19 lines
900 B
Markdown
19 lines
900 B
Markdown
---
|
|
sidebar_label: InterceptResolutionState
|
|
---
|
|
|
|
# InterceptResolutionState interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface InterceptResolutionState
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| ------------------------------------------------------------- | --------- | --------------------------------------------------------------------- | ----------------- | ------- |
|
|
| [action](./puppeteer.interceptresolutionstate.action.md) | | [InterceptResolutionAction](./puppeteer.interceptresolutionaction.md) | | |
|
|
| [priority?](./puppeteer.interceptresolutionstate.priority.md) | | number | <i>(Optional)</i> | |
|