Abstracttype of input config
type of config after parsing
type of config that can be updated
union of dispatched events
ReadonlyconfigProtectedviewerStaticconfigStatic ReadonlyidUnique identifier of the plugin
StaticreadonlyStatic ReadonlyVERSIONExpected version of the core DO NOT USE on custom plugins
the name of event
the class of the event
Destroys the plugin
The dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.
Initializes the plugin
the name of event
the class of the event
Update options
Base class for plugins with updatable configuration The implementation must have a static
configParserproperty which is the result of utils.getConfigParser