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