Kind: Component
Source: atloria-monorepo/apps/web/src/components/Editor/AudienceSelectorModal.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
open | boolean | ✓ | - |
onClose | Function | ✓ | - |
onApply | Function | ✓ | - |
audiences | Audience[] | ✓ | - |
initialSelection | string[] | - | [] |
Diagram
mermaidgraph TD component_AudienceSelectorModal_14481940["AudienceSelectorModal"] class component_AudienceSelectorModal_14481940 rootComponent
Relationships
- RENDERS →
Transition - RENDERS →
Dialog - RENDERS →
Transition-Child - RENDERS →
Dialog-Panel - RENDERS →
Dialog-Title - USES_HOOK →
useState - USES_HOOK →
useMemo
Was this page helpful?