Kind: Component
Source: atloria-monorepo/apps/web/src/components/Boards/BoardPicker.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
issueId | string | ✓ | - |
issueStatus | string | ✓ | - |
bulkIssueIds | string[] | - | - |
open | boolean | ✓ | - |
anchorRect | `DOMRect | null` | ✓ |
onClose | Function | ✓ | - |
onChanged | Function | - | - |
onCreateBoard | Function | - | - |
Diagram
mermaidgraph TD component_BoardPicker_68dc6460["BoardPicker"] class component_BoardPicker_68dc6460 rootComponent
Relationships
- RENDERS →
MagnifyingGlassIcon - RENDERS →
CheckIcon - RENDERS →
PlusIcon - RENDERS →
ViewColumnsIcon - USES_HOOK →
useSession - USES_HOOK →
useAPIClient - USES_HOOK →
useCurrentProjectId - USES_HOOK →
useBoardsToast - USES_HOOK →
useState - USES_HOOK →
useRef - USES_HOOK →
useCallback - USES_HOOK →
useEffect
Was this page helpful?