Skip to content

InternalPlugins.getPluginById method

InternalPlugins › getPluginById

Unofficial

Get an internal plugin by ID.

Signature:

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

Parameters:

Parameter Type Description
id ID ID of the plugin to get.

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