Search Docs
Loading...
Skip to content

Interface: InsertBeforeOptions

Insert before a matched component.

Extends#

Type Parameters#

Type ParameterDefault type
A extends Exclude<UIArea, PositionalUIArea>Exclude<UIArea, PositionalUIArea>

Properties#

PropertyTypeDescriptionInherited from
inAThe UI area to insert into.BaseInsertOptions.in
when?OrderContextFor<A>Optional context for conditional ordering.BaseInsertOptions.when
at?A extends "ly.img.dock" ? DockPosition : neverDock position: 'left', 'right', or 'bottom'. Defaults to 'left'. Only available for 'ly.img.dock'.BaseInsertOptions.at
beforeComponentMatcherInsert before this component.-
after?never--
position?never--