Insert before a matched component.
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 |
at? |
A extends "ly.img.dock" ? DockPosition : never |
Dock position: 'left', 'right', or 'bottom'. Defaults to 'left'. Only available for 'ly.img.dock'. |
BaseInsertOptions.at |
before |
ComponentMatcher |
Insert before this component. | - |
after? |
never |
- | - |
position? |
never |
- | - |