Skip to content

Node

Node<T> = SimpleNode<T> | GroupNode<T>

Interface representing all possible node types in the diagram

T extends DataObject = DataObject