Label widget
What it does
Static text tile for grouping and section headers. Doubles as the fallback renderer for unknown widget kinds.
Pins
- Semantics: No pin binding
- No pin binding by default; optional pin can source the text.
- Default size: 3 x 1
Config fields
| Field | Type | Default | Effect |
|---|---|---|---|
fontSize | number | 14 | Text size in pixels. |
alignment | select (left / center / right) | left | Text alignment inside the tile. |
color | color | — | Text color. |
Typical use
dashboard.txt
# No firmware contract — label is a static caption.iOS app
Yes — iOS label tiles share alignment/font semantics.