StyleCode Property: blockTitle

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

blockTitle

Sets the title of the block.

Applies to Type Default
region > footer
region > header
Text ``

Examples

// Example: region > footer
show region { 1..6, 1..10 } with
  footer "My region's footer" { blockTitle: "My Block's Title" }

// Example: region > header
show region { 1..6, 1..10 } with
  header "My region's header" { blockTitle: "My Block's Title" }

User Contributed Notes
0 notes + add a note