Interface HonuaPluginCertificationHostExperimental

interface HonuaPluginCertificationHost {
    environment: "browser" | "worker" | "node";
    grants?: HonuaPluginGrantedAuthorities;
    peers?: Readonly<Record<string, string>>;
    pluginApi: "1.0";
    sdkVersion: string;
}

Properties

environment: "browser" | "worker" | "node"

Authorities the application deliberately makes available to this plugin.

peers?: Readonly<Record<string, string>>

Installed peer versions keyed by package name.

pluginApi
sdkVersion: string