---
title: enabled
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/annotationconstructoroptions/enabled
---

# enabled

A Boolean value that determines whether the annotation responds to user interaction.

## Declaration

```data
enabled?: boolean;
```

## Discussion

Discussion The default value is true.

## See Also

### Creating interaction behavior

- [animates](mapkitjs/annotationconstructoroptions/animates.md)
- [draggable](mapkitjs/annotationconstructoroptions/draggable.md)
- [selected](mapkitjs/annotationconstructoroptions/selected.md)
- [place](mapkitjs/annotationconstructoroptions/place.md)
