puppeteer/website/versioned_docs/version-19.4.0/api/puppeteer.page.isdraginterceptionenabled.md

20 lines
276 B
Markdown
Raw Normal View History

---
sidebar_label: Page.isDragInterceptionEnabled
---
# Page.isDragInterceptionEnabled() method
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class Page {
isDragInterceptionEnabled(): boolean;
}
```
**Returns:**
boolean
`true` if drag events are being intercepted, `false` otherwise.