A wrap plugin to wrap other plugins or the API call. Wrapping order depends on location of the plugin in the plugins.wrap
plugins.wrap
plugins: { // Plugin1 will wrap Plugin2 and Plugin2 will wrap the main API call since it's the last in the array wrap: [Plugin1, Plugin2]}
Unique plugin name that can identify an instance
Execute the plugin
Next plugin to execute. Must be called manually
Common context for plugins
Generated using TypeDoc
A wrap plugin to wrap other plugins or the API call. Wrapping order depends on location of the plugin in the
plugins.wrap