Options for inserting components into a UI area.
Extended by#
Type Parameters#
| Type Parameter | Default type |
|---|---|
A extends Exclude<UIArea, PositionalUIArea> |
Exclude<UIArea, PositionalUIArea> |
Properties#
| Property | Type | Description |
|---|---|---|
in |
A |
The UI area to insert into. |
when? |
OrderContextFor<A> |
Optional context for conditional ordering. |
at? |
A extends "ly.img.dock" ? DockPosition : never |
Dock position: 'left', 'right', or 'bottom'. Defaults to 'left'. Only available for 'ly.img.dock'. |