Class UmbExtensionRegistry<IncomingManifestTypes, IncomingConditionConfigTypes, ManifestTypes>

Type Parameters

Constructors

Properties

extensions: Observable<ManifestTypes[]> = ...
MANIFEST_TYPES: ManifestTypes = ...

Methods

  • Get an observable of extensions by type and a given filter method. This will return the all extensions that matches the type and which filter method returns true. The filter method will be called for each extension manifest of the given type, and the first argument to it is the extension manifest.

    Type Parameters

    Parameters

    • type: Key

      {string} - The type of the extension to get

    • filter: (ext: T) => boolean

      {(ext: T): void} - The filter method to use to filter the extensions

    Returns Observable<T[]>

    • An observable of the extensions that matches the type and filter method
  • Check if an extension with the given alias is registered.

    Parameters

    • alias: string

      The alias of the extension to check.

    Returns boolean

    • true if an extension with the given alias is registered.

    UmbExtensionRegistry

MMNEPVFCICPMFPCPTTAAATR