@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbExtensionApi<ManifestType>

    Interface for APIs of a Extension.

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    manifest?: ManifestType

    Methods