Insert at a specific position (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 |
position | number | "start" | "end" |
before? | never | - | - |
after? | never | - | - |