IPanelOptions interface
Options for showing panels
Properties
configuration | Optional initial configuration for the panel content |
description | Optional, description of panel. |
on |
Callback invoked when the dialog is closed |
size | Size of the panel. (defaults to PanelSize.Medium) |
title | The panel title you want to display. |
Property Details
configuration
Optional initial configuration for the panel content
configuration?: any
Property Value
any
description
Optional, description of panel.
description?: string
Property Value
string
onClose
Callback invoked when the dialog is closed
onClose?: (result: undefined | TResult) => void
Property Value
(result: undefined | TResult) => void
size
title
The panel title you want to display.
title?: string
Property Value
string