Reference - BaklavaJS
    Preparing search index...

    Interface IGraphNode

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

    Properties

    Properties

    subgraph: undefined | Graph
    template: GraphTemplate