Class: PluginNodeDescription

PluginNodeDescription(config)

new PluginNodeDescription(config)

Initializes a new instance of plugin node description object.

Note: this object is JSON serializable see serialize method.

Parameters:
Name Type Description
config

deserializes an existing configuration to this object.

Source:

Methods

serialize() → {Object}

Serializes this object to a JSON representation.

Source:
Returns:
Type
Object