puppeteer/docs/api/puppeteer.actionoptions.md

54 lines
405 B
Markdown
Raw Normal View History

2023-06-02 17:46:10 +00:00
---
sidebar_label: ActionOptions
---
# ActionOptions interface
#### Signature:
```typescript
export interface ActionOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
signal
</td><td>
`optional`
</td><td>
AbortSignal
</td><td>
</td><td>
</td></tr>
</tbody></table>