StyleCode Property: iconColor

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

iconColor

Specifies the color for the “labelIcon”.
If unspecified, will use the tileColor value.

Applies to Type Default
label color, auto auto

Examples

// Example: label
show label "My Label" { 1..2, 1..2 ; iconColor: "#FF6347" }

User Contributed Notes
0 notes + add a note