API Reference > ui-framework > Dialog > ModalDialogManager 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 ui/framework/src/ui-framework/dialog/ModalDialogManager.tsx Line 22 Last Updated: 13 June, 2024