Loads all the plugins defined in the plugins
array.
An private list of the currently instantiated plugins.
A List of plugins that will be instantiated when plugins are loaded.
Sends a plugin event to all initialized plugins, calling the method defined in the event
parameter if it exists.
The name of the event to send
Optional arguments that the event method accepts
Generated using TypeDoc
Loads Plugins from a statically defined list of plugins that is built using the
@Plugin
annotation.