new BubbleConfig()
- Source:
API to parse consumer input for Bubble graph
Methods
clone() → {BubbleConfig}
- Source:
Clones the input JSON into the config object
Returns:
instance object
- Type
- BubbleConfig
getConfig() → {object}
- Source:
Returns the config object
Returns:
config object
- Type
- object
setInput(inputJSON) → {BubbleConfig}
- Source:
Sets the input object
Parameters:
Name | Type | Description |
---|---|---|
inputJSON |
object | Input JSON |
Returns:
instance object
- Type
- BubbleConfig
validateInput() → {BubbleConfig}
- Source:
Validates and verifies the input JSON object.
Returns:
instance object
- Type
- BubbleConfig