@willwade/aac-processors
    Preparing search index...

    Interface OblUtteranceEvent

    interface OblUtteranceEvent {
        buttons?: {
            action?: string;
            board_id?: string;
            id?: string;
            label?: string;
            text?: string;
            vocalization?: string;
        }[];
        geo?: [number, number, number?];
        id: string;
        locale?: string;
        location_id?: string;
        modeling?: boolean;
        percent_x?: number;
        percent_y?: number;
        system?: string;
        text: string;
        timestamp: string;
        type: "utterance";
        window_height?: number;
        window_width?: number;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    buttons?: {
        action?: string;
        board_id?: string;
        id?: string;
        label?: string;
        text?: string;
        vocalization?: string;
    }[]
    geo?: [number, number, number?]
    id: string
    locale?: string
    location_id?: string
    modeling?: boolean
    percent_x?: number
    percent_y?: number
    system?: string
    text: string
    timestamp: string
    type: "utterance"
    window_height?: number
    window_width?: number