puppeteer/docs/api/puppeteer.moveable.md

34 lines
334 B
Markdown
Raw Normal View History

2023-08-29 20:48:37 +00:00
---
sidebar_label: Moveable
---
# Moveable interface
#### Signature:
```typescript
export interface Moveable
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[move()](./puppeteer.moveable.move.md)
</td><td>
Moves the resource when 'using'.
</td></tr>
</tbody></table>