makeModalDiv MethodStatic
Shortcut for making a modal dialog on top of the root of the application. The returned HTMLDivElement will be placed topmost, all other application windows will be covered with a semi-transparent background that intercepts all key/mouse/touch events until the modal is dismissed.
makeModalDiv(options: ModalOptions): ModalReturn
| Parameter | Type | Description |
|---|---|---|
| options | ModalOptions | The options that describe how the modal should work. |
Returns - ModalReturn
Defined in
- core/frontend/src/IModelApp.ts Line 660
Last Updated: 05 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.