---
sidebar_label: InterceptResolutionAction
---
# InterceptResolutionAction enum
**Signature:**
```typescript
export declare enum InterceptResolutionAction
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Abort | "abort"
| |
| AlreadyHandled | "already-handled"
| |
| Continue | "continue"
| |
| Disabled | "disabled"
| |
| None | "none"
| |
| Respond | "respond"
| |