DashboardGeospatialSolidColorArgs

data class DashboardGeospatialSolidColorArgs(val color: Output<String>, val state: Output<DashboardGeospatialColorState>? = null) : ConvertibleToJava<DashboardGeospatialSolidColorArgs>

Describes the properties for a solid color

Constructors

Link copied to clipboard
constructor(color: Output<String>, state: Output<DashboardGeospatialColorState>? = null)

Properties

Link copied to clipboard
val color: Output<String>

The color and opacity values for the color.

Link copied to clipboard

Enables and disables the view state of the color.

Functions

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