widget · ui.widget
spacer
Remaining-width spacer for a horizontal group.
ui.spacer()
- Stable ID
ui.widget.spacer- 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 row group to align later items to the far edge.
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.spacer()
API history
- 1.19.0: Added row-group spacing.