Skip to main content

Key Value pair

A key-value pair is a data type that contains two related data elements:

Key: A constant that defines the data set. For example, request type, headers, etc.

Value:A variable that belongs to the data set. For example, GET, Content-type etc.

Variants

Props

PropsDatatypeValues/Example
keyValueArray: keyValuePair{key:1,value="sdfgh}
callbackfunction--
modestring"READ" | "WRITE"
readable{ key: string; value: string }{key: "",value: "",};
environmentVariablesundefined--