IDialogOptions interface
Options for showing host dialogs
configuration | Optional initial configuration for the dialog content |
light |
If true, clicking outside the dialog closes it |
on |
Callback invoked when the dialog is closed |
title | Dialog title |
Optional initial configuration for the dialog content
configuration?: any
Property Value
any
If true, clicking outside the dialog closes it
lightDismiss?: boolean
Property Value
boolean
Callback invoked when the dialog is closed
onClose?: (result: undefined | TResult) => void
Property Value
(result: undefined | TResult) => void
Dialog title
title?: string
Property Value
string