API > @angular/commonmode_edit codeKeyValuelinkinterface目录属性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 } interface KeyValue<K, V> { key: K value: V } 属性link属性说明 key: K value: V