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

    Interface Grid3HistoryEntry

    interface Grid3HistoryEntry {
        content: string;
        id: string;
        occurrences: {
            category?: AACSemanticCategory;
            intent?: string;
            latitude?: number | null;
            longitude?: number | null;
            timestamp: Date;
            type?: "action" | "button" | "utterance" | "note" | "other";
        }[];
        rawXml?: string;
    }
    Index

    Properties

    content: string
    id: string
    occurrences: {
        category?: AACSemanticCategory;
        intent?: string;
        latitude?: number | null;
        longitude?: number | null;
        timestamp: Date;
        type?: "action" | "button" | "utterance" | "note" | "other";
    }[]
    rawXml?: string