@pondpilot/flowscope-core
    Preparing search index...

    Interface GlobalEdge

    interface GlobalEdge {
        consumerStatement?: StatementRef;
        from: string;
        id: string;
        metadata?: Record<string, unknown>;
        producerStatement?: StatementRef;
        to: string;
        type: EdgeType;
    }
    Index

    Properties

    consumerStatement?: StatementRef
    from: string
    id: string
    metadata?: Record<string, unknown>
    producerStatement?: StatementRef
    to: string
    type: EdgeType