> For the complete documentation index, see [llms.txt](https://docs.monokot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monokot.io/scripts/api/datamappair.md).

# DataMapPair

The DataMapPair object represents a key/value pair from a [<mark style="color:blue;">DataMap</mark>](/scripts/api/datamap.md) object.

| **Name** | **Description**                                                                      |
| -------- | ------------------------------------------------------------------------------------ |
| key      | Represents the name of the data trigger (string).                                    |
| value    | Represents an object of the [DataTriggerInfo](/scripts/api/datatriggerinfo.md) type. |
