InternalPlugin.enable method
InternalPlugin › enable
Unofficial
Enable this plugin.Signature:
enable(isEnabledByUser?: boolean | undefined): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| isEnabledByUser? | boolean | undefined | Whether the user manually enabled the plugin. |
Returns: Promise<void> — A promise that resolves when the plugin is enabled.