new ConditionalBlock(node) → {Object}
Conditional Block, n choices
Parameters:
Name | Type | Description |
---|---|---|
node |
Object | The xml node object |
- Source:
- flowchart/js/flowchart.js, line 179
Returns:
A flowchart ConditionalBlock instance
- Type
- Object
Extends
Methods
-
render()
Renders the block
-
- Source:
- flowchart/js/flowchart.js, line 183
Returns:
void -
updateStatus(status)
updates the block status
-
Parameters:
Name Type Description status
String the status - Source:
- flowchart/js/flowchart.js, line 231
Returns:
void