new StraightBlock(node) → {Object}
Straight Block, no choices
Parameters:
Name | Type | Description |
---|---|---|
node |
Object | The xml node object |
- Source:
- flowchart/js/flowchart.js, line 114
Returns:
A flowchart.StraightBlock instance
- Type
- Object
Extends
Methods
-
render()
Renders the block
-
- Source:
- flowchart/js/flowchart.js, line 118
Returns:
void -
updateStatus(status)
updates the block status
-
Parameters:
Name Type Description status
String the status - Source:
- flowchart/js/flowchart.js, line 154
Returns:
void