TemplateFilledMapConfigurationArgs

data class TemplateFilledMapConfigurationArgs(val fieldWells: Output<TemplateFilledMapFieldWellsArgs>? = null, val legend: Output<TemplateLegendOptionsArgs>? = null, val mapStyleOptions: Output<TemplateGeospatialMapStyleOptionsArgs>? = null, val sortConfiguration: Output<TemplateFilledMapSortConfigurationArgs>? = null, val tooltip: Output<TemplateTooltipOptionsArgs>? = null, val windowOptions: Output<TemplateGeospatialWindowOptionsArgs>? = null) : ConvertibleToJava<TemplateFilledMapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(fieldWells: Output<TemplateFilledMapFieldWellsArgs>? = null, legend: Output<TemplateLegendOptionsArgs>? = null, mapStyleOptions: Output<TemplateGeospatialMapStyleOptionsArgs>? = null, sortConfiguration: Output<TemplateFilledMapSortConfigurationArgs>? = null, tooltip: Output<TemplateTooltipOptionsArgs>? = null, windowOptions: Output<TemplateGeospatialWindowOptionsArgs>? = null)

Properties

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard
val legend: Output<TemplateLegendOptionsArgs>? = null

The legend display setup of the visual.

Link copied to clipboard

The map style options of the filled map visual.

Link copied to clipboard

The sort configuration of a FilledMapVisual .

Link copied to clipboard
val tooltip: Output<TemplateTooltipOptionsArgs>? = null

The tooltip display setup of the visual.

Link copied to clipboard

The window options of the filled map visual.

Functions

Link copied to clipboard
open override fun toJava(): TemplateFilledMapConfigurationArgs