ModalDialogManager Class

Modal Dialog Manager class.

Methods

Name Description
closeDialog(dialog?: React.ReactNode): void Static Close a modal dialog  
openDialog(dialog: React.ReactNode, id?: string): void Static Open a modal dialog  
update(): void Static Update the dialogs  

Properties

Name Type Description
activeDialog Accessor StaticReadOnly React.ReactNode | undefined Get the active modal dialog  
dialogCount Accessor StaticReadOnly number Get the count of modal dialogs  
dialogs Accessor StaticReadOnly DialogInfo[] Get the array of modal dialogs  
onModalDialogChangedEvent Static ModalDialogChangedEvent Modal Dialog Changed Event  

Defined in

Last Updated: 08 January, 2020