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

    Type Alias RemotePluginEntry

    Persisted record of a remote plugin that has been loaded previously.

    url is the URL of the plugin manifest (plugin.json), not the entry module.

    type RemotePluginEntry = {
        id: string;
        url: string;
        version?: string;
    }
    Index

    Properties

    Properties

    id: string
    url: string
    version?: string

    Installed version string, e.g. v1.0.0. Populated after install from a community catalog entry.