Hierarchy

  • GroupedMap

Implements

Constructors

Methods

  • Returns void

  • Get the value for an data entry.

    Type Parameters

    • T

    Parameters

    • pGroupKey: string
    • pDataKey: string

    Returns undefined | T

  • Adds or overrides an data entry. Data used as custom data has to be serializable as a JSON string. If pData is undefined an existing entry will be removed. The group key should be a unique identifer (e.g. an appliaction id or a module id)

    Type Parameters

    • T

    Parameters

    • pGroupKey: string
    • pDataKey: string
    • pData: undefined | T

    Returns void

Generated using TypeDoc