Extension for the item info which is used to display additional item information

  • Plugin category = ItemInfoExtension
  • Plugin sub category = InfoProvider

Hierarchy

Properties

eventItemInfoChanged?: ListenableEvent<BasketItem, InfoProvider>

Optional event which can be implemented to trigger an update if the information for an item has changed.

name: string

Methods

  • Returns the available information types for the given item. Note: pItem.getCachedItemProperies() can be used to get the item properties.

    Parameters

    • pItem: BasketItem

    Returns null | InformationType[]

  • 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