You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`scrollThrottle`|`number`| in `milliseconds` to throttle the `onscroll` event. Lower the number, better the response, higher the performance cost | 300 | no |
74
-
|`children`|`ReactNode`| - | - | yes |
75
-
|`navContainerRef`|`MutableRefObject<HTMLDivElement \| null>`|`ref` to your navigation container containing items with `data-to-scrollspy-id` attributes | - | no |
|`scrollThrottle`|`number`| in `milliseconds` to throttle the `onscroll` event. Lower the number, better the response, higher the performance cost | 300 | no |
74
+
|`children`|`ReactNode`| - | - | yes |
75
+
|`navContainerRef`|`MutableRefObject<HTMLDivElement \| null>`|`ref` to your navigation container containing items with `data-to-scrollspy-id` attributes | - | no |
76
+
|`onUpdateCallback`|`(id: string) => void`| Executes this function whenever you scroll to an `Element`, callback returns the `id` of that `Element` as well | - | no |
0 commit comments