@pond-ts/process API Reference
    Preparing search index...

    Interface AsyncSlotEnvelope

    Slot request whose source must be resolved asynchronously.

    interface AsyncSlotEnvelope {
        as?: string;
        assemble?: boolean;
        from: SourceRef;
        nodes: Slots;
        onError?: ErrorPolicy;
        outputs?: Readonly<Record<string, Select>>;
    }

    Hierarchy

    Index

    Properties

    as?: string
    assemble?: boolean

    See RunOptions.assemble. A wire consumer wants false.

    from: SourceRef
    nodes: Slots
    onError?: ErrorPolicy
    outputs?: Readonly<Record<string, Select>>