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

    Type Alias PluginMeta

    type PluginMeta = {
        description?: string;
        homePage?: string;
        icon?: string;
        id: string;
        name: string;
        screenshots?: string[];
        source?: string;
        tags?: string[];
    }
    Index

    Properties

    description?: string

    Short description of plugin functionality.

    homePage?: string

    URL of home page.

    icon?: string

    A grep-able symbol string which can be resolved to an icon asset by @ch-ui/icons, via @ch-ui/vite-plugin-icons.

    id: string

    Globally unique ID.

    Expected to be in the form of a valid URL.

    dxos.org/plugin/example
    
    name: string

    Human-readable name.

    screenshots?: string[]

    URL of screenshot.

    source?: string

    URL of source code.

    tags?: string[]

    Tags to help categorize the plugin.