---
title: element
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/annotation/element
---

# element

The annotation’s element in the DOM.

## Declaration

```data
get element(): HTMLElement;
set element(_: HTMLElement);
```

## See Also

### Getting the map and element

- [map](mapkitjs/annotation/map.md)
