featherbit UI
    Preparing search index...

    Type Alias ProposedConnection

    The endpoint pair React Flow hands to onConnect.

    type ProposedConnection = {
        source: string;
        sourceHandle?: string | null;
        target: string;
        targetHandle?: string | null;
    }
    Index
    source: string
    sourceHandle?: string | null
    target: string
    targetHandle?: string | null