puppeteer/docs/api/puppeteer.customqueryhandler.md
2023-03-28 18:02:00 +00:00

19 lines
646 B
Markdown

---
sidebar_label: CustomQueryHandler
---
# CustomQueryHandler interface
#### Signature:
```typescript
export interface CustomQueryHandler
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | --------------------------------------------------------- | ----------- | ------- |
| queryAll | <code>optional</code> | (node: Node, selector: string) =&gt; Iterable&lt;Node&gt; | | |
| queryOne | <code>optional</code> | (node: Node, selector: string) =&gt; Node \| null | | |