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

    Interface ScenarioOutline

    interface ScenarioOutline {
        op: string;
        method: string;
        uri: string;
        whenPhrase: string;
        columns: OutlineColumn[];
    }
    Index

    Properties

    op: string

    the operation's v4 by-name handle.

    method: string
    uri: string
    whenPhrase: string

    the When step text (placeholders reference the Examples columns).

    columns: OutlineColumn[]

    client-facing input columns (computed fields dropped). Empty ⇒ a plain Scenario, no Examples table.