@suluk/journeys - v0.4.0
    Preparing search index...

    Interface StepResult

    interface StepResult {
        step: FeatureStep;
        state: BindState;
        handle: string;
        via: string;
        suggest: string;
        expandedFrom?: { text: string; line: number };
        canonical?: string;
    }
    Index

    Properties

    state: BindState
    handle: string

    the bound (or suggested) handle, when there is one.

    via: string

    provenance of a BOUND step.

    suggest: string

    a human next-action for a non-BOUND step.

    expandedFrom?: { text: string; line: number }

    when this resolved step came from an alias/decomposition/journey expansion: the original authored prose it expanded from.

    canonical?: string

    the canonical step phrase this UNBOUND step most likely maps to (drives the scaffolder's alias stub).