Member Junction
    Preparing search index...

    A complete snapshot of the flow state

    interface FlowSnapshot {
        Connections: FlowConnection[];
        Nodes: FlowNode[];
    }
    Index

    Properties

    Properties

    Connections: FlowConnection[]
    Nodes: FlowNode[]