Class: Plugin
plugin .Plugin
Plugins should call registerPlugin(pluginId: string, pluginObj: Plugin) to register themselves.
They will have their initialize(register) method called at plugin initialization time.
Constructors
constructor
+ new Plugin(): Plugin
Returns: Plugin
Methods
initialize
▸ Abstract
initialize(register
:
default
): boolean
initialize is called for each plugin with a Registry which gives the plugin methods for doing things.
see
Registry
Parameters:
Name | Type |
---|---|
register |
default |
Returns: boolean
Defined in: plugin/index.tsx:86