Skip to content

InternalPluginInstance.onUserEnable method

InternalPluginInstance › onUserEnable

Unofficial

Called when the user manually enables the plugin.

Signature:

onUserEnable(app: App): void

Parameters:

Parameter Type Description
app App The app instance.

Returns: void