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

    Interface AsyncPlanEnvelope

    Nested-plan request whose source must be resolved asynchronously.

    interface AsyncPlanEnvelope {
        as?: string;
        assemble?: boolean;
        from: SourceRef;
        onError?: ErrorPolicy;
        process: Plan;
        select?: readonly Select[];
    }

    Hierarchy

    Index

    Properties

    as?: string
    assemble?: boolean

    See RunOptions.assemble. A wire consumer wants false.

    from: SourceRef
    onError?: ErrorPolicy
    process: Plan
    select?: readonly Select[]