Block class which acts as a prototype for all specific block classes
- Source:
- flowchart/js/flowchart.js, line 85
Methods
-
<static> init(node)
Initializes the Block instance
-
Parameters:
Name Type Description node
Object The xml node object - Source:
- flowchart/js/flowchart.js, line 93
Returns:
void -
<static> remove()
Removes the block
-
- Source:
- flowchart/js/flowchart.js, line 101
Returns:
void