# SegmentationTab

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/AccessControl/SegmentationTab.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/AccessControl/SegmentationTab.tsx#L73)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `onToast` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_SegmentationTab_73d2837e["SegmentationTab"]
    class component_SegmentationTab_73d2837e rootComponent
```

## Relationships

- USES_HOOK → `useSession`
- USES_HOOK → `useCallback`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
- USES_HOOK → `useMemo`
