define node extent, i.e. area in which node can be moved
Fixed height of node, applied as style
You can pass a number which will be used in pixel values (height: 300 -> height: 300px)
or pass a string with units (height: 10rem
-> height: 10rem)
called when used as source for new connection
called when used as target for new connection
define node as a child node by setting a parent node id
initial node position x, y
move on grid
handle position
handle position
overwrites current node type
node type, can be a default type or a custom type
Fixed width of node, applied as style
You can pass a number which will be used in pixel values (width: 300 -> width: 300px)
or pass a string with units (width: 10rem
-> width: 10rem)
Generated using TypeDoc
expands parent area to fit child node