2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: InterceptResolutionState
|
|
|
|
---
|
|
|
|
|
|
|
|
# InterceptResolutionState interface
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface InterceptResolutionState
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2023-03-06 13:53:56 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| ------------------------------------------------------------- | --------- | --------------------------------------------------------------------- | ------------ | ------- |
|
|
|
|
| [action](./puppeteer.interceptresolutionstate.action.md) | | [InterceptResolutionAction](./puppeteer.interceptresolutionaction.md) | | |
|
|
|
|
| [priority?](./puppeteer.interceptresolutionstate.priority.md) | | number | _(Optional)_ | |
|