Skip to content

InternalPluginInstance.onUserEnable method

InternalPluginInstance › onUserEnable

Unofficial

Called when the user manually enables the plugin.

Signature:

onUserEnable(app: App): void

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: void