---
title: TouchList
framework: webkitjs
role: symbol
role_heading: Class
path: webkitjs/touchlist
---

# TouchList

The TouchList class is used to represent a collection of Touch objects. For example, the changedTouches method in TouchEvent returns a TouchList object.

## Declaration

```data
interface TouchList
```

## Topics

### Accessing Properties

- [length](webkitjs/touchlist/1631756-length.md)

### Getting Touch Objects

- [item](webkitjs/touchlist/1634507-item.md)
