KeyValuePair interface
A key-value pair used to describe parameters for actions or configurations.
Properties
| key | The name of the setting for the action. |
| value | The value of the setting for the action. |
Property Details
key
The name of the setting for the action.
key: string
Property Value
string
value
The value of the setting for the action.
value: string
Property Value
string