Skip to content

DeleteBoardDialog

reference
1 min readUpdated

Kind: Component

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

Props

NameTypeRequiredDefault
openboolean-
onCloseFunction-
board`unknownnull`
onDeletedFunction--

Diagram

mermaid
graph TD
    component_DeleteBoardDialog_74c76980["DeleteBoardDialog"]
    class component_DeleteBoardDialog_74c76980 rootComponent

Relationships

  • RENDERS → Modal
  • RENDERS → TrashIcon
  • USES_HOOK → useSession
  • USES_HOOK → useAPIClient
  • USES_HOOK → useCurrentProjectId
  • USES_HOOK → useBoardsToast
  • USES_HOOK → useState

Was this page helpful?

Download as PDF