StaticgetGets the currently active editor instance
The current editor instance or undefined if none exists
StaticgetGets a specific editor instance by type
The editor type to retrieve
The editor type to retrieve
The editor instance of the specified type or undefined
StaticloadLoads and initializes an editor instance
The editor type to load
Promise resolving to the initialized editor instance
This method will destroy any previously loaded editor instance before creating a new one. Use getInstance to access the currently active editor.
Example