Kind: Component
Source: atloria-monorepo/apps/web/src/components/Document/DocumentSettingsDrawer.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
isOpen | boolean | ✓ | - |
onClose | Function | ✓ | - |
canRegenerate | boolean | ✓ | - |
kgEntityId | string | ✓ | - |
kgEntityType | string | ✓ | - |
onSave | Function | ✓ | - |
Diagram
mermaidgraph TD component_DocumentSettingsDrawer_15d260da["DocumentSettingsDrawer"] class component_DocumentSettingsDrawer_15d260da rootComponent
Relationships
- USES_HOOK →
useState - USES_HOOK →
useEffect
Was this page helpful?