Insert at a specific position.
Extends#
Type Parameters#
| Type Parameter | Default type |
|---|---|
A extends Exclude<UIArea, PositionalUIArea> | Exclude<UIArea, PositionalUIArea> |
Properties#
| Property | Type | Description | Inherited from |
|---|---|---|---|
in | A | The UI area to insert into. | BaseInsertOptions.in |
when? | OrderContextFor<A> | Optional context for conditional ordering. | BaseInsertOptions.when |
position | number | "start" | "end" |
before? | never | - | - |
after? | never | - | - |