StyleCode Property: buttonText

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

buttonText

Enabled only for “buttonAspect”: “custom”.
Specifies the text color of the button element.
“auto” adapts to the background’s luminosity.

Applies to Type Default
dashboard
dashboard > runbanner
color, auto auto

Examples

// Example: dashboard
@{ buttonText: "black" }
show label "My Dashboard" { 1..2, 1..2 }

// Example: dashboard > runbanner
@{ buttonText: "black" }
show label "My Dashboard" { 1..2, 1..2 }

User Contributed Notes
0 notes + add a note