Abstract
type of input config
type of config after parsing
type of config that can be updated
union of dispatched events
Readonly
configProtected
viewerStatic
configStatic
Readonly
idUnique identifier of the plugin
Static
readonlyStatic
Readonly
VERSIONExpected version of the core DO NOT USE on custom plugins
the name of event
the class of the event
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
the name of event
the class of the event
Update options
Update options
Base class for plugins with updatable configuration The implementation must have a static
configParser
property which is the result of utils.getConfigParser