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

    Interface HistoryOccurrence

    interface HistoryOccurrence {
        accessMethod?: number | null;
        actions?: any[];
        boardId?: string | null;
        buttonId?: string | null;
        category?: AACSemanticCategory;
        imageUrl?: string;
        intent?: string;
        latitude?: number | null;
        longitude?: number | null;
        modeling?: boolean;
        pageId?: string | null;
        spoken?: boolean;
        timestamp: Date;
        type?: "action" | "button" | "utterance" | "note" | "other";
        vocalization?: string;
    }
    Index

    Properties

    accessMethod?: number | null
    actions?: any[]
    boardId?: string | null
    buttonId?: string | null
    imageUrl?: string
    intent?: string
    latitude?: number | null
    longitude?: number | null
    modeling?: boolean
    pageId?: string | null
    spoken?: boolean
    timestamp: Date
    type?: "action" | "button" | "utterance" | "note" | "other"
    vocalization?: string