StyleCode Property: defaultTab

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

defaultTab

If Specified and the value is a tab label (“tileTab” on a Tile), starts the dashboard on that specific tab.

Applies to Type Default
dashboard Text ``

Examples

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

User Contributed Notes
0 notes + add a note