mode_edit codeAPI / @angular/commonKeyValuelinkinterface 稳定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 }属性link属性名类型说明keyKvalueV