Plugin
Interface for Chakra Plugins
All Chakra plugins must implement this interface.
Parameters
options: Object (={})
:Configuration for the plugin
instance
Plugin.prototype.start
start(): undefined
Start the plugin. Would be called when the plugin is registered.
Returns
Throws
Error
Will throw if plugin initialization failed