new PluginConfig(config)
Initializes a new instance of plugin configuration.
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