Edit

IPanelOptions interface

Options for showing panels

Properties

configuration

Optional initial configuration for the panel content

description

Optional, description of panel.

lightDismiss

If true, clicking outside the dialog closes it

onClose

Callback invoked when the dialog is closed

resizeOptions

Options for controlling the horizontal width and resizing behavior of the panel.

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

lightDismiss

If true, clicking outside the dialog closes it

lightDismiss?: boolean

Property Value

boolean

onClose

Callback invoked when the dialog is closed

onClose?: (result: undefined | TResult) => void

Property Value

(result: undefined | TResult) => void

resizeOptions

Options for controlling the horizontal width and resizing behavior of the panel.

resizeOptions?: IPanelResizeOptions

Property Value

size

Size of the panel. (defaults to PanelSize.Medium)

size?: PanelSize

Property Value

title

The panel title you want to display.

title?: string

Property Value

string