Documentation
    Preparing search index...

    Type Alias GraphNodeConstructor<Node>

    GraphNodeConstructor: new (...args: any[]) => Node

    Constructor type for a graph node. It defines the constructor signature for creating a graph node.

    Type Parameters