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

    Interface OblButtonEvent

    interface OblButtonEvent {
        actions?: OblAction[];
        board_id?: string;
        button_id?: string;
        geo?: [number, number, number?];
        id: string;
        image_url?: string;
        label: string;
        locale?: string;
        location_id?: string;
        modeling?: boolean;
        percent_x?: number;
        percent_y?: number;
        spoken: boolean;
        system?: string;
        timestamp: string;
        type: "button";
        vocalization?: string;
        window_height?: number;
        window_width?: number;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    actions?: OblAction[]
    board_id?: string
    button_id?: string
    geo?: [number, number, number?]
    id: string
    image_url?: string
    label: string
    locale?: string
    location_id?: string
    modeling?: boolean
    percent_x?: number
    percent_y?: number
    spoken: boolean
    system?: string
    timestamp: string
    type: "button"
    vocalization?: string
    window_height?: number
    window_width?: number