---
title: domEvents
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/mapevent/domevents
---

# domEvents

An array of DOM event objects that list the low-level events that led to the recognized gesture.

## Declaration

```data
readonly domEvents: Event[];
```

## Discussion

Discussion You can inspect these event objects and tailor the code to react according to additional low-level events, such as modifier keys for the events.
