Extension for the catalog which is used to filter the displayed catalog items.

  • Plugin category = CatalogExtension
  • Plugin sub category = CatalogItemFilter

Hierarchy

  • Plugin
    • CatalogItemFilterExtension

Properties

name: string
requiredResourceTypes?: string[]

Optional list of catalog item resource types which can be used to request additional resources that are necessary for filtering the catalog items.

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