The parameters for creating a panel by using UiController.createOrUpdatePanel.
UIPanel for more information about panels.
id:
string
The ID of the panel obtained from .
Custom IDs are not supported.
optionaltitle:string
The title to display in the panel header.
optionalonClickClose: (args: {id:string; }) =>void
A function to call when panel's close button is clicked.
void
optionaltype:"Panel"
optionalbody: []
The elements to add to the panel body.
optionalfooter: []
The elements to add to the panel footer.
optionalonCreate: (args: {id:string; }) =>void
A function to call when the element is created.
void
optionalonDestroy: (args: {id:string; }) =>void
A function to call when the element is destroyed.
void
args
{ id: string; }
The arguments passed to the function.
args.id
string
The id of the panel.
args
{ id: string; }
The arguments passed to the function.
args.id
string
The id of the element.
args
{ id: string; }
The arguments passed to the function.
args.id
string
The id of the element.