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

    Interface PublicExampleRow

    interface PublicExampleRow {
        scenario: string;
        headers: string[];
        row: string[];
    }
    Index

    Properties

    Properties

    scenario: string
    headers: string[]
    row: string[]

    the FIRST row of the @public-tagged Examples block — the canonical public example.