Push To Display

Panels

Each panel within a layout is an independent display area that can be updated separately. Panels support options for content density, alignment, and background color.

Panel options

OptionTypeDescription
fullPanelbooleanWhen true, content fills the entire panel area. Defaults to false.
densitystringContent density: compact, standard, or spacious.
alignXstringHorizontal alignment: start, center, or end.
alignYstringVertical alignment: start, center, or end.
backgroundstringPanel background color in hex format (#RRGGBB).

Density

The density option controls spacing around content blocks within the panel:

  • compact — minimal spacing, best for data-heavy displays
  • standard — balanced spacing (default)
  • spacious — generous spacing, best for hero-style messages

Alignment

Use alignX and alignY to position content within the panel area. Both default to start unless specified.