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