Editor Extensions
A class designed for working with editor extensions. Typically used only internally within the application or when developing custom extensions.
Extensions Methods
| Function | Signature | Description |
|---|---|---|
| getExtensions | getExtensions(): ExtensionModel[] | Returns an array of all registered extension models. |
| refresh | refresh(): void | Refreshes the extensions interface. |
| destroy | destroy(): void | Destroys the extension manager, removing all event listeners and clearing resources. |