Skip to content

ColumnEditor

reference
1 min readUpdated

Kind: Component

Source: atloria-monorepo/apps/web/src/components/Boards/ColumnEditor.tsx

Props

NameTypeRequiredDefault
openboolean-
onCloseFunction-
boardIdstring-
column`unknownnull`
afterColumnIdstring--
onSavedFunction--
onDeletedFunction--
otherColumnsArray-[]

Diagram

mermaid
graph 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?

Download as PDF