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

    Class AACPage

    Implements

    • AACPage
    Index

    Constructors

    • Parameters

      • __namedParameters: {
            buttons?: AACButton[];
            clone_ids?: string[];
            descriptionHtml?: string;
            grid?: (AACButton | null)[][] | { columns: number; rows: number };
            id: string;
            images?: any[];
            locale?: string;
            name?: string;
            parentId?: string | null;
            scanBlocksConfig?: AACScanBlock[];
            scanningConfig?: ScanningConfig;
            scanType?: AACScanType;
            semantic_ids?: string[];
            sounds?: any[];
            style?: AACStyle;
        }

      Returns AACPage

    Properties

    buttons: AACButton[]
    clone_ids?: string[]
    descriptionHtml?: string
    grid: (AACButton | null)[][]
    id: string
    images?: any[]
    locale?: string
    name: string
    parentId: string | null
    scanBlocksConfig?: AACScanBlock[]
    scanningConfig?: ScanningConfig
    scanType?: AACScanType
    semantic_ids?: string[]
    sounds?: any[]
    style?: AACStyle

    Methods