Kind: Function
Source: atloria-monorepo/apps/api/src/analytics/utils/tracking-utils.ts
Clamp scroll depth into the 0–100 range. Some browsers occasionally report 101% on bounce or with sticky footers; clamp instead of dropping the row.
Signature
tsfunction clampScrollDepth(depth: number | null | undefined): number | null
Parameters
| Name | Type |
|---|---|
depth | `number |
Returns: number | null
Was this page helpful?