---
title: changedTouches
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/touchevent/1629351-changedtouches
---

# changedTouches

A collection of Touch objects representing all touches that changed in this event.

## Declaration

```data
readonly attribute TouchList? changedTouches;
```

## Discussion

Discussion You manipulate this collection using TouchList methods.

## See Also

### Accessing Properties

- [altKey](webkitjs/touchevent/1633489-altkey.md)
- [ctrlKey](webkitjs/touchevent/1629120-ctrlkey.md)
- [metaKey](webkitjs/touchevent/1632828-metakey.md)
- [shiftKey](webkitjs/touchevent/1634033-shiftkey.md)
- [targetTouches](webkitjs/touchevent/1632803-targettouches.md)
- [touches](webkitjs/touchevent/1632644-touches.md)
- [rotation](webkitjs/touchevent/1634480-rotation.md)
- [scale](webkitjs/touchevent/1632169-scale.md)
