The parameters for creating or updating a panel by using UiController.createOrUpdatePanel.
panel: UIPanelCreateOrUpdate
UIPanelCreateOrUpdate
The panel to add.
optional placement: { after: string; } | { before: string; } | { at: "start" | "end"; }
optional
after
string
before
at
"start"
"end"
optional initialPlacement: { after: string; } | { before: string; } | { at: "start" | "end"; }
The placement of the panel on the right sidebar stack.
{ at: "end" }
Last updated 6 months ago
Was this helpful?