Skip to content

InternalPlugins.getPluginById method

InternalPlugins › getPluginById

Unofficial

Get an internal plugin by ID.

Signature:

getPluginById(id: ID): InternalPluginNamePluginsMapping[ID] | null

Parameters:

ParameterTypeDescription
idIDID of the plugin to get.

Returns: InternalPluginNamePluginsMapping[ID] | nullThe internal plugin, or null if not found.