KeyValue

From Get docs
< @angular/commonAngular/docs/8/api/common/keyvalue


KeyValue

interface

A key value pair. Usually used to represent the key value pairs from a Map or Object.

interface KeyValue<K, V> {
  key: K
  value: V
}

Properties

Property Description
key: K
value: V


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/common/KeyValue