Skip to content

InternalPlugin.enable method

InternalPlugin › enable

Unofficial

Enable this plugin.

Signature:

enable(isEnabledByUser?: boolean | undefined): Promise<void>

Parameters:

ParameterTypeDescription
isEnabledByUser?boolean | undefinedWhether the user manually enabled the plugin.

Returns: Promise<void>A promise that resolves when the plugin is enabled.