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

    Interface PlanEnvelope

    The original form: a plan of nested specs, selected inline.

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

    Hierarchy

    • EnvelopeBase<string>
      • PlanEnvelope
    Index

    Properties

    as?: string
    assemble?: boolean

    See RunOptions.assemble. A wire consumer wants false.

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