On this page
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–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v11.angular.io/api/common/KeyValue