Reference - BaklavaJS
    Preparing search index...

    Interface IGraphState

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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