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

    Type Alias PluginVersion

    A single installable version of a registry plugin.

    type PluginVersion = {
        moduleUrl: string;
        releasedAt?: number;
        tag: string;
    }
    Index

    Properties

    moduleUrl: string

    URL to dynamic-import this specific version of the plugin module.

    releasedAt?: number

    Unix ms of when this version was published (optional; omitted when unknown).

    tag: string

    Version string, e.g. v1.2.0.