Kind: Component
Source: atloria-monorepo/apps/web/src/components/Categories/CategoryTreeSidebar.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
category | unknown | ✓ | - |
selectedCategoryId | `string | null` | - |
onSelect | Function | ✓ | - |
onEdit | Function | - | - |
onDelete | Function | - | - |
editMode | boolean | - | false |
Diagram
mermaidgraph TD component_CategoryNode_70f0830f["CategoryNode"] class component_CategoryNode_70f0830f rootComponent
Relationships
- RENDERS →
GripVertical - RENDERS →
CategoryIcon - RENDERS →
FolderIcon - RENDERS →
PencilIcon - RENDERS →
TrashIcon - USES_HOOK →
useSortable
Referenced By
CategoryTreeSidebar(RENDERS)
Was this page helpful?