📄 useWindowScroll¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 5 |
| 📐 Interfaces | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useWindowScroll/index.ts
📦 Imports¶
| Name | Source |
|---|---|
ConfigurableWindow |
../_configurable |
UseScrollOptions |
../useScroll |
UseScrollReturn |
../useScroll |
defaultWindow |
../_configurable |
useScroll |
../useScroll |
Functions¶
useWindowScroll(options: UseWindowScrollOptions): UseWindowScrollReturn¶
Reactive window scroll.
Parameters:
optionsany: No description
See: https://vueuse.org/useWindowScroll
Raw JSDoc
Calls:
useScroll (from ../useScroll)
Code
Interfaces¶
UseWindowScrollOptions¶
Interface Code
UseWindowScrollReturn¶
Generated by Syntax Scribe