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

    Interface SnapUsageEntry

    interface SnapUsageEntry {
        content: string;
        id: string;
        occurrences: {
            accessMethod?: number | null;
            buttonId?: string | null;
            category?: AACSemanticCategory;
            intent?: string;
            modeling?: boolean;
            timestamp: Date;
            type?: "action" | "button" | "utterance" | "note" | "other";
        }[];
        platform?: { buttonId?: string; label?: string; message?: string };
    }
    Index

    Properties

    content: string
    id: string
    occurrences: {
        accessMethod?: number | null;
        buttonId?: string | null;
        category?: AACSemanticCategory;
        intent?: string;
        modeling?: boolean;
        timestamp: Date;
        type?: "action" | "button" | "utterance" | "note" | "other";
    }[]
    platform?: { buttonId?: string; label?: string; message?: string }