interface IGraphNode {
    subgraph: undefined | Graph;
    template: GraphTemplate;
}

Properties

Properties

subgraph: undefined | Graph
template: GraphTemplate