InternalPlugin.disable method
InternalPlugin › disable
Unofficial
Disable this plugin.Signature:
disable(isDisabledByUser?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| isDisabledByUser? | boolean | undefined | Whether the user manually disabled the plugin. |
Returns: void