PlacementForUIElement: { after: string; } | { before: string; } | { at: "start" | "end"; }
after
string
before
at
"start"
"end"
Used in UiController.createOrUpdatePanel to specify the position of a panel in the stack and in UiController.createPanelElements to specify the position of an element in a panel.
In both cases, the default value is { at: "end" }.
{ at: "end" }
Last updated 6 months ago
Was this helpful?