PanelSlot
Since v2.6.0
A status-panel slot. Each slot becomes its own .tbw-pinned-rows row.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
id? | string | Optional identifier for diffing/targeted updates |
position? | PinnedRowsPosition | Position relative to the grid body (default: ‘bottom’) |
render | PanelRender | ZonedPanelRender[] | Render function (or array of zoned render functions). - Single PanelRender ⇒ rendered into the 'left' zone. - Array of ZonedPanelRender ⇒ each entry rendered into its declared zone. |