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

    Interface ScenarioResult

    interface ScenarioResult {
        scenario: string;
        rule?: string;
        subject: string;
        results: StepResult[];
    }
    Index

    Properties

    scenario: string
    rule?: string
    subject: string

    the FIRST bound When-op handle (a label/back-compat handle; outcomes bind to the most-recent When, see results).

    results: StepResult[]