Kind: Component
Source: atloria-monorepo/apps/web/src/components/Boards/BoardSettingsDialog.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
open | boolean | ✓ | - |
onClose | Function | ✓ | - |
board | `BoardLite | null` | ✓ |
onChanged | Function | - | - |
Diagram
mermaidgraph TD component_BoardSettingsDialog_3821d8c0["BoardSettingsDialog"] class component_BoardSettingsDialog_3821d8c0 rootComponent
Relationships
- RENDERS →
Modal - RENDERS →
ColumnsList - RENDERS →
PlusIcon - RENDERS →
ColumnEditor - USES_HOOK →
useSession - USES_HOOK →
useAPIClient - USES_HOOK →
useCurrentProjectId - USES_HOOK →
useBoardsToast - USES_HOOK →
useState - USES_HOOK →
useCallback - USES_HOOK →
useEffect
Was this page helpful?