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

    Interface PagesetSummary

    interface PagesetSummary {
        analysisVersion?: string;
        effort: DistributionStats;
        error?: string;
        grid: { columns: number; rows: number };
        gridsetIncluded: boolean;
        hasDynamicPrediction: boolean;
        label: string;
        spellingEffort: { base: number | null; perLetter: number | null };
        totalBoards: number;
        totalButtons: number;
        totalWords: number;
        vocabulary?: VocabularySummary | null;
    }
    Index

    Properties

    analysisVersion?: string
    error?: string
    grid: { columns: number; rows: number }
    gridsetIncluded: boolean
    hasDynamicPrediction: boolean
    label: string
    spellingEffort: { base: number | null; perLetter: number | null }
    totalBoards: number
    totalButtons: number
    totalWords: number
    vocabulary?: VocabularySummary | null

    Counts-only vocabulary inventory (buttons, wordlists, prediction dictionaries, smart-grammar word forms) — see dumpVocabulary(). Null/undefined when the caller did not compute it. Contains counts only.