# CaptureModal

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/CaptureModal.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/CaptureModal.tsx#L17)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `siteUrl` | `string` | ✓ | - |
| `routePath` | `string` | ✓ | - |
| `description` | `string` | - | - |
| `documentId` | `string` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `versionId` | `string` | ✓ | - |
| `apiClient` | `any` | ✓ | - |
| `onCapture` | `Function` | ✓ | - |
| `onClose` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_CaptureModal_7825c8f5["CaptureModal"]
    class component_CaptureModal_7825c8f5 rootComponent
```

## Relationships

- USES_HOOK → `useState`
