KeyValueItem interface
Key value tuple.
Properties
| key | Key of tuple. NOTE: This property will not be serialized. It can only be populated by the server. |
| value | Value of tuple. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
key
Key of tuple. NOTE: This property will not be serialized. It can only be populated by the server.
key?: string
Property Value
string
value
Value of tuple. NOTE: This property will not be serialized. It can only be populated by the server.
value?: string
Property Value
string