Skip to content

InternalPlugin.disable method

InternalPlugin › disable

Unofficial

Disable this plugin.

Signature:

disable(isDisabledByUser?: boolean | undefined): void

Parameters:

ParameterTypeDescription
isDisabledByUser?boolean | undefinedWhether the user manually disabled the plugin.

Returns: void