Skip to content

InternalPluginInstance.onUserDisable method

InternalPluginInstance › onUserDisable

Unofficial

Called when the user manually disables the plugin.

Signature:

onUserDisable(app: App): void

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: void