plugin.get

get(classType: object | string) → {BasePlugin}

returns the the plugin instance with the specified class type or registered name

Parameters:
Name Type Description
classType object | string

the Class Object or registered name of the plugin to retreive

Returns:
Type Description
BasePlugin

a plugin instance or undefined

Powered by webdoc!