Skip to content

NoteComposerPluginInstance.onEnable method

NoteComposerPluginInstance › onEnable

Unofficial

Called when the plugin is enabled.

Signature:

onEnable(app: App, plugin: NoteComposerPlugin): Promise<void>

Parameters:

Parameter Type Description
app App
plugin NoteComposerPlugin

Returns: Promise<void>