Type of the configuration for the add-on.
Creates a new content flow add-on.
Name of the add-on.
Object with the implementation of the add-on.
Whether to register as an add-on to the content flow library automatically.
Information about the current browser environment. For each browser, the value is true
when the current browser
is of that kind, and false
otherwise.
Loads and executes the given JavaScript file.
Loads and executes the given JavaScript file.
URL to a JavaScript file.
Loads and executes the given JavaScript files.
Loads and executes the given JavaScript files.
Base URL to use
List of JavaScript files, relative to the given basePath
.
Loads and applies the given CSS file.
Loads and applies the given CSS file.
URL to a CSS file.
Loads and applies the given CSS files.
Loads and applies the given CSS files.
Base URL to use
List of CSS files, relative to the given basePath
.
Current configuration of this add-on.
Called after this add-on was created. It's mostly intended to automatically add additional stylesheet and JavaScript files.
The content flow gallery for which this add-on was created.
Sets the configuration of this add-on to the given confugration.
New configuration to set.
Generated using TypeDoc
Global registry for registering add-on for the content flow gallery. An add-on should create a new instance of this class and pass its implementation as the
methods
argument to the constructor. It will be registered automatically.