Class: PluginMessage

PluginMessage(config)

new PluginMessage(config)

Initializes a new instance of plugin message.

Note: this object is JSON serializable see serialize method.

Parameters:
Name Type Description
config object

deserializes an existing configuration to this object.

Source:

Methods

serialize() → {object}

Serializes this object to a JSON representation.

Source:
Returns:
Type
object