InternalPlugins.getEnabledPluginById method
InternalPlugins › getEnabledPluginById
Unofficial
Get an enabled internal plugin by ID.Signature:
getEnabledPluginById(id: ID): InternalPluginNameInstancesMapping[ID] | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| id | ID | ID of the plugin to get. |
Returns: InternalPluginNameInstancesMapping[ID] | null — The plugin instance, or null if not enabled.