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

    Function getURI

    • Returns the plugin's canonical DXN URI, constructed from meta.profile.key and meta.release?.version.

      Parameters

      • meta: {
            profile: {
                author?: string;
                createdAt?: string;
                dependsOn?: readonly string[];
                description?: string;
                homePage?: string;
                icon?: { hue?: string; key: string };
                key: string;
                name: string;
                screenshots?: readonly { dark?: string; light?: string }[];
                source?: string;
                spec?: string;
                tags?: readonly string[];
            };
            release?: {
                createdAt?: string;
                dependencies?: { readonly [key: string]: string };
                manifestHash?: string;
                moduleUrl: string;
                pluginKey?: string;
                version: string;
            };
        }

      Returns DXN