StyleCode Property: tileBackground

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

tileBackground

The background color or hue for the tile.

Applies to Type Default
region
region > header
color, auto auto

Examples

// Example: region
show region { 1..6, 1..10 ; tileBackground: "blue" } with
  header "My Region"

// Example: region > header
show region { 1..6, 1..10 } with
  header "My region's header" { tileBackground: "blue" }

User Contributed Notes
0 notes + add a note