StyleCode Property: bannerButton

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

bannerButton

Specifies the label (and presence) of the banner button.
If set to anything but the empty string, the banner will be displayed.

Applies to Type Default
dashboard > runbanner Text ``

Examples

// Example: dashboard > runbanner
@{ bannerButton: "Run from the banner" }
show label "My Dashboard" { 1..2, 1..2 }

User Contributed Notes
0 notes + add a note