mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
712 B
Markdown
19 lines
712 B
Markdown
---
|
|
sidebar_label: InterceptResolutionState
|
|
---
|
|
|
|
# InterceptResolutionState interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface InterceptResolutionState
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| -------- | --------------------- | --------------------------------------------------------------------- | ----------- | ------- |
|
|
| action | | [InterceptResolutionAction](./puppeteer.interceptresolutionaction.md) | | |
|
|
| priority | <code>optional</code> | number | | |
|