Kind: Component
Source: atloria-monorepo/apps/web/src/components/Boards/BoardFilters.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
anchorRect | DOMRect | ✓ | - |
filters | BoardFiltersState | ✓ | - |
options | ReturnType | ✓ | - |
onChange | Function | ✓ | - |
onClose | Function | ✓ | - |
Diagram
mermaidgraph TD component_FilterPopover_7619f95e["FilterPopover"] class component_FilterPopover_7619f95e rootComponent
Relationships
- RENDERS →
FilterSection - RENDERS →
CheckIcon - RENDERS →
AssigneeRow - USES_HOOK →
useRef - USES_HOOK →
useEffect
Referenced By
BoardFiltersButton(RENDERS)
Was this page helpful?