Kind: Component
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/components/SupportChatWidget.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
status | `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
mermaidgraph TD component_EscalatePanel_3207206f["EscalatePanel"] class component_EscalatePanel_3207206f rootComponent
Relationships
- RENDERS →
CheckCircle2 - RENDERS →
ArrowLeft
Referenced By
SupportChatWidget(RENDERS)
Was this page helpful?