InternalPluginInstance.onUserDisable method
InternalPluginInstance › onUserDisable
Unofficial
Called when the user manually disables the plugin.Signature:
onUserDisable(app: App): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| app | App | The app instance. |
Returns: void