whatcall - v0.0.0
    Preparing search index...

    Interface Scenario

    Scenario object relecting a scenario, title and options.

    interface Scenario {
        id: string;
        options: string[];
        scenarioType: string;
        title: string;
        uid: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    ID for the scenario (populated from document ID by converter)

    options: string[]

    Array of valid responses to scenario

    scenarioType: string

    Type of scenario (for filtering)

    title: string

    Title

    uid: string

    User ID of owner

    url: string

    URL for video playback