Skip to content

InternalPlugin.disable method

InternalPlugin › disable

Unofficial

Disable this plugin.

Signature:

disable(isDisabledByUser?: boolean | undefined): void

Parameters:

Parameter Type Description
isDisabledByUser? boolean | undefined Whether the user manually disabled the plugin.

Returns: void