DialogUIParams
Description
Data structure for show popup dashboard UI params.
Properties
| Name | Type | Description | 
|---|---|---|
| hasCloseButton | boolean | Set close button visibility for the dialog. | 
| isDraggable | boolean | Set draggable state for the dialog. | 
| isModal | boolean | Set modal state for the dialog. | 
| isResizable | boolean | Set resizable state for the dialog. | 
| title | string | Title to show. |