# DocumentSettingsDrawer

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Document/DocumentSettingsDrawer.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Document/DocumentSettingsDrawer.tsx#L18)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `isOpen` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `canRegenerate` | `boolean` | ✓ | - |
| `kgEntityId` | `string` | ✓ | - |
| `kgEntityType` | `string` | ✓ | - |
| `onSave` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DocumentSettingsDrawer_15d260da["DocumentSettingsDrawer"]
    class component_DocumentSettingsDrawer_15d260da rootComponent
```

## Relationships

- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
