# EscalatePanel

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/SupportChatWidget.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/SupportChatWidget.tsx#L687)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `status` | `unknown | unknown | unknown | unknown` | ✓ | - |
| `email` | `string` | ✓ | - |
| `note` | `string` | ✓ | - |
| `ticketNumber` | `number | null` | ✓ | - |
| `trackingUrl` | `string | null` | ✓ | - |
| `lang` | `string | null | undefined` | ✓ | - |
| `onEmailChange` | `Function` | ✓ | - |
| `onNoteChange` | `Function` | ✓ | - |
| `onSubmit` | `Function` | ✓ | - |
| `onCancel` | `Function` | ✓ | - |
| `onRetry` | `Function` | ✓ | - |
| `onDone` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_EscalatePanel_3207206f["EscalatePanel"]
    class component_EscalatePanel_3207206f rootComponent
```

## Relationships

- RENDERS → `CheckCircle2`
- RENDERS → `ArrowLeft`

## Referenced By

- `SupportChatWidget` (RENDERS)
