Magidoc

KeyValuePair
Object

A key-value pair used to store additional data which can be accessed via a known key.

Fields

#

key

Non-null

The key for the value

value

Non-null

The value for the key, this can be any string value. Usually either plain string or a stringified JSON object.

Usages

#

References

#