StyleCode Property: dashButtonKind

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

dashButtonKind

Restrict what can be the topbar button (run starter or slice selector).

Applies to Type Default
dashboard auto, run, slice, none auto

Examples

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

User Contributed Notes
0 notes + add a note