Interface KeyedItem<KeyType, ItemType>

Represents a key-item pair. This is for use where associative data needs to be represented as a list, such as maintaining the order of the items.

Type Parameters

  • KeyType

  • ItemType

Hierarchy

  • KeyedItem

Properties

Properties

item: ItemType
key: KeyType

Generated using TypeDoc