StyleCode Property: buttonAspect

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

buttonAspect

Specifies the aspect of the button element, usally with a preset of colors.
For the more complex customization, use “custom” in conjunction with “buttonBackground”, “buttonBorder” and “buttonText”, that are otherwise without effect.

Applies to Type Default
dashboard
dashboard > runbanner
white, blue, green, cyan, orange, red, custom green

Examples

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

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

User Contributed Notes
0 notes + add a note