Interface CslDialogOpenOptions

This interface contains options that can be passed for opening a dialog.

Hierarchy

  • CslDialogOpenOptions

Properties

Properties

isModal?: boolean

Whether the dialog should be a modal dialog. A modal dialog is shown on top of a grey overlay that can be clicked to close the dialog.

trackState?: boolean

Whether the state should be tracked. Will make the function return a promise that is resolved with a boolean indicating whether saving the changes was successful before closing the dialog.

Generated using TypeDoc