Extension for the catalog which is used to provide custom catalogs.

  • Plugin category = CatalogExtension
  • Plugin sub category = CustomCatalog

Hierarchy

  • Plugin
    • CustomCatalogExtension

Properties

eventCatalogsChanged?: ListenableEvent<void, CustomCatalogExtension>

Event wich should be triggered if the catalogs returned by queryCatalogs have changed.

name: string

Methods

  • Will be called once after the plugin was loaded.

    Parameters

    • pDescriptor: PluginDescriptor

      Plugin descriptor for this plugin.

    • pSettings: unknown

      Optional plugin specific settings which may be defined as part of the application settings.

    Returns Promise<void>

Generated using TypeDoc