CreateOrUpdatePanelParams
The parameters for creating or updating a panel by using UiController.createOrUpdatePanel.
Properties
panel
panel:
UIPanelCreateOrUpdate
The panel to add.
placement?
optional
placement: {after
:string
; } | {before
:string
; } | {at
:"start"
|"end"
; }
initialPlacement?
optional
initialPlacement: {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?