widget · ui.widget
separator
Orientation-aware separator for panel or row-group layout.
ui.separator()
- Stable ID
ui.widget.separator- Owner
- app.ScriptUiWidget
- Authority
- presentation
- Timing
- composition
- Availability
- Phase 19Q9A
- Side effects
- Records detached presentation intent.
- Determinism
- Emission order.
- Introduced
- 1.19.0
Usage
Compose this structural widget inside a panel. Its orientation follows whether a row group is currently open.
Parameters
- None
Returns
A stable widget contract consumed by the interface composition host.
Cost
Counts against the bounded widget budget.
Fields
This symbol has no fields.
Errors
- None
Examples
ui.separator()
API history
- 1.19.0: Added orientation-aware separators.