Type Editor / @type-editor/menu / menu-items/util/EditDialog
menu-items/util/EditDialog
Classes
| Class | Description |
|---|---|
A utility class for creating and managing modal dialogs in the editor. Provides a fluent API for building dialog content with rows and custom HTML. Handles both native HTML dialog elements and fallback div elements for older browsers. Example typescript |
Interfaces
| Interface | Description |
|---|---|
Represents an event listener registered on a DOM element. Used to track listeners for proper cleanup. |