Reference - BaklavaJS
    Preparing search index...

    Interface IGraphTemplateState

    interface IGraphTemplateState {
        connections: IConnectionState[];
        id: string;
        inputs: readonly IGraphInterface[];
        name: string;
        nodes: INodeState<unknown, unknown>[];
        outputs: readonly IGraphInterface[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    connections: IConnectionState[]
    id: string
    inputs: readonly IGraphInterface[]
    name: string
    nodes: INodeState<unknown, unknown>[]
    outputs: readonly IGraphInterface[]