Insert after 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 |
after | ComponentMatcher | Insert after this component. | - |
before? | never | - | - |
position? | never | - | - |