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

    Interface GridSetMetadata

    GridSet-specific metadata

    interface GridSetMetadata {
        appearance?: { computerControlCellSize?: number; textAtTop?: boolean };
        author?: string;
        copyright?: string;
        dashboardId?: string;
        defaultHomePageId?: string;
        defaultKeyboardPageId?: string;
        description?: string;
        documentationSlug?: string;
        documentationUrl?: string;
        format: "gridset";
        hasGlobalToolbar?: boolean;
        homepageUrl?: string;
        id?: string;
        isSmartBox?: boolean;
        languages?: string[];
        locale?: string;
        name?: string;
        passwordProtected?: boolean;
        pictureSearchKeys?: string[];
        thumbnail?: string;
        thumbnailBackground?: string;
        toolbarId?: string;
        url?: string;
        version?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    appearance?: { computerControlCellSize?: number; textAtTop?: boolean }
    author?: string
    copyright?: string
    dashboardId?: string
    defaultHomePageId?: string
    defaultKeyboardPageId?: string
    description?: string
    documentationSlug?: string
    documentationUrl?: string
    format: "gridset"
    hasGlobalToolbar?: boolean
    homepageUrl?: string
    id?: string
    isSmartBox?: boolean
    languages?: string[]
    locale?: string
    name?: string
    passwordProtected?: boolean
    pictureSearchKeys?: string[]
    thumbnail?: string
    thumbnailBackground?: string
    toolbarId?: string
    url?: string
    version?: string