@dxos/app-framework - v0.10.0
    Preparing search index...

    Type Alias MakeMetaOptions

    Options for makeMeta: the Profile content fields plus the canonical DXN key.

    type MakeMetaOptions = {
        author?: string;
        dependsOn?: readonly string[];
        description?: string;
        homePage?: string;
        icon?: Config2.Icon;
        key: DXN.DXN;
        name: string;
        screenshots?: ReadonlyArray<Config2.Screenshot>;
        source?: string;
        spec?: string;
        tags?: readonly string[];
    }
    Index

    Properties

    author?: string
    dependsOn?: readonly string[]
    description?: string
    homePage?: string
    icon?: Config2.Icon
    key: DXN.DXN
    name: string
    screenshots?: ReadonlyArray<Config2.Screenshot>
    source?: string
    spec?: string
    tags?: readonly string[]