Insert before a matched component (positional areas).
Extends#
Type Parameters#
| Type Parameter |
|---|
A extends PositionalUIArea |
Properties#
| Property | Type | Description | Inherited from |
|---|---|---|---|
in |
A |
The UI area to insert into. | BasePositionalInsertOptions.in |
at |
PositionFor<A> |
Which slot within the area (e.g., ‘top’ or ‘bottom’ for canvas bar). | BasePositionalInsertOptions.at |
when? |
OrderContextFor<A> |
Optional context for conditional ordering. | BasePositionalInsertOptions.when |
before |
ComponentMatcher |
Insert before this component. | - |
after? |
never |
- | - |
position? |
never |
- | - |