StyleCode Property: labelIcon

🚧 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.

labelIcon

Specifies the icon that should appear in the label title, none if no icon should be displayed.

Applies to Type Default
label Text none

Examples

// Example: label
show label "My Label" { 1..2, 1..2 ; labelIcon: "histogram" }

User Contributed Notes
0 notes + add a note