---
title: item
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/touchlist/1634507-item
---

# item

Returns the Touch object at the given index.

## Declaration

```data
getter Touch? item(
    unsigned long index
);
```

## Parameters

- `index`: The index of the item to return.
