Plugin
Plugin
Constructors
new Plugin()
new Plugin(
pluginId
):Plugin
Parameters
• pluginId: string
Returns
Source
packages/core/src/editor.ts:2125
Properties
id
id:
string
Source
packages/core/src/editor.ts:2123
Methods
activate()
abstract
activate(editor
):void
Parameters
• editor: Editor
Returns
void
Source
packages/core/src/editor.ts:2129
deactivate()
abstract
deactivate(editor
):void
Parameters
• editor: Editor
Returns
void