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

    Interface SnapMetadata

    Snap-specific metadata

    interface SnapMetadata {
        author?: string;
        copyright?: string;
        dashboardId?: string;
        defaultHomePageId?: string;
        defaultKeyboardPageId?: string;
        description?: string;
        format: "snap";
        hasGlobalToolbar?: boolean;
        homepageUrl?: string;
        id?: string;
        languages?: string[];
        locale?: string;
        name?: string;
        toolbarId?: string;
        url?: string;
        version?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    author?: string
    copyright?: string
    dashboardId?: string
    defaultHomePageId?: string
    defaultKeyboardPageId?: string
    description?: string
    format: "snap"
    hasGlobalToolbar?: boolean
    homepageUrl?: string
    id?: string
    languages?: string[]
    locale?: string
    name?: string
    toolbarId?: string
    url?: string
    version?: string