---
title: target
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/touch/1629748-target
---

# target

The target of this touch.

## Declaration

```data
readonly attribute EventTarget target;
```

## See Also

### Accessing Properties

- [identifier](webkitjs/touch/1628867-identifier.md)
- [clientX](webkitjs/touch/1632255-clientx.md)
- [clientY](webkitjs/touch/1630038-clienty.md)
- [pageX](webkitjs/touch/1629191-pagex.md)
- [pageY](webkitjs/touch/1633811-pagey.md)
- [screenX](webkitjs/touch/1631242-screenx.md)
- [screenY](webkitjs/touch/1632944-screeny.md)
- [force](webkitjs/touch/1630754-force.md)

### Related Documentation

- [Safari Web Content Guide](apple-archive/documentation/AppleApplications/Reference/SafariWebContent/Introduction.md)
