plugin.get
get(classType: object | string) → {BasePlugin}
returns the the plugin instance with the specified class type or registered name
Name | Type | Description |
---|---|---|
classType | object | string |
the Class Object or registered name of the plugin to retreive |
Type | Description |
---|---|
BasePlugin |
a plugin instance or undefined |