Reference - BaklavaJS
    Preparing search index...

    Interface IGraphNode

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

    Properties

    Properties

    subgraph: Graph | undefined
    template: GraphTemplate