Editar

Compartilhar via


IDialogOptions interface

Options for showing host dialogs

Properties

configuration

Optional initial configuration for the dialog content

lightDismiss

If true, clicking outside the dialog closes it

onClose

Callback invoked when the dialog is closed

title

Dialog title

Property Details

configuration

Optional initial configuration for the dialog content

configuration?: any

Property Value

any

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

title

Dialog title

title?: string

Property Value

string