Kind: Component
Source: atloria-monorepo/apps/web/src/components/Boards/ColumnEditor.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
open | boolean | ✓ | - |
onClose | Function | ✓ | - |
boardId | string | ✓ | - |
column | `unknown | null` | ✓ |
afterColumnId | string | - | - |
onSaved | Function | - | - |
onDeleted | Function | - | - |
otherColumns | Array | - | [] |
Diagram
mermaidgraph TD component_ColumnEditor_5e59bd5c["ColumnEditor"] class component_ColumnEditor_5e59bd5c rootComponent
Relationships
- RENDERS →
Modal - RENDERS →
TrashIcon - USES_HOOK →
useSession - USES_HOOK →
useAPIClient - USES_HOOK →
useCurrentProjectId - USES_HOOK →
useBoardsToast - USES_HOOK →
useState - USES_HOOK →
useEffect
Was this page helpful?