StyleCode Property: bannerMessage

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

bannerMessage

Specifies the message in the banner.
If set to anything but the empty string, the banner will be displayed.

Applies to Type Default
dashboard > runbanner Text ``

Examples

// Example: dashboard > runbanner
@{ bannerMessage: "My custom banner message" }
show label "My Dashboard" { 1..2, 1..2 }

User Contributed Notes
0 notes + add a note