Interface UmbExtensionApi<ManifestType>

Interface for APIs of a Extension.

interface UmbExtensionApi<ManifestType extends ManifestBase = ManifestBase> {
    manifest?: ManifestType;
    destroy(): void;
}

Type Parameters

Hierarchy (View Summary, Expand)

Properties

Methods

Properties

manifest?: ManifestType

Methods

MMNEPVFCICPMFPCPTTAAATR