API Reference > ui-framework > Dialog > ModelessDialogManager ModelessDialogManager Class Modeless Dialog Manager class. Methods Name Description closeDialog(id: string): void Static Close a modeless dialog getDialogInfo(id: string): ModelessDialogInfo | undefined Static getDialogZIndex(id: string): number Static Get the z-index for a modeless dialog handlePointerDownEvent(_event: PointerEvent, id: string, updateFunc: () => void): void Static Handle a pointer down event on a modeless dialog openDialog(dialog: React.ReactNode, id: string): void Static Open a modeless dialog update(): void Static Update the dialogs Properties Name Type Description activeDialog Accessor StaticReadOnly React.ReactNode | undefined Get the active modeless dialog dialogCount Accessor StaticReadOnly number Get the count of modeless dialogs dialogs Accessor StaticReadOnly DialogInfo[] Get the array of modeless dialogs onModelessDialogChangedEvent Static ModelessDialogChangedEvent Modeless Dialog Changed Event Defined in ui/framework/src/ui-framework/dialog/ModelessDialogManager.tsx Line 36 Last Updated: 13 June, 2024