20 lines
231 B
Markdown
20 lines
231 B
Markdown
|
---
|
||
|
sidebar_label: Touchscreen.touchEnd
|
||
|
---
|
||
|
|
||
|
# Touchscreen.touchEnd() method
|
||
|
|
||
|
Dispatches a `touchend` event.
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
class Touchscreen {
|
||
|
touchEnd(): Promise<void>;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
Promise<void>
|