Skip to content

InternalPluginInstance.onUserDisable method

InternalPluginInstance › onUserDisable

Unofficial

Called when the user manually disables the plugin.

Signature:

onUserDisable(app: App): void

Parameters:

Parameter Type Description
app App The app instance.

Returns: void