Readonly
activateCalled when the module is activated.
The plugin context.
The capabilities of the module.
Optional
Readonly
activatesEvents which this plugin triggers upon activation.
Optional
Readonly
activatesEvents which the plugin depends on being activated. Plugin is marked as needing reset a plugin activated by a dependent event is removed. Events are automatically activated before activation of the plugin.
Readonly
activatesEvents for which the module will be activated.
Readonly
idUnique id of the module.
A unit of containment of modular functionality that can be provided to an application. Activation of a module is async allowing for code to split and loaded lazily.