puppeteer/docs/api/puppeteer.moveable.move.md
2023-08-29 22:48:37 +02:00

20 lines
192 B
Markdown

---
sidebar_label: Moveable.move
---
# Moveable.move() method
Moves the resource when 'using'.
#### Signature:
```typescript
interface Moveable {
move(): this;
}
```
**Returns:**
this