elearning/Frontend-Learner/node_modules/quasar/dist/api/Scroll.json

1 line
464 B
JSON
Raw Normal View History

2026-01-13 10:46:40 +07:00
{"type":"directive","meta":{"docsUrl":"https://v2.quasar.dev/vue-directives/scroll"},"value":{"type":["Function","undefined"],"desc":"Function to call when scrolling occurs (use undefined to disable)","params":{"verticalScrollPosition":{"type":"Number","desc":"Scroll offset from top"},"horizontalScrollPosition":{"type":"Number","desc":"Scroll offset from left"}},"returns":null,"examples":["(verticalScrollPosition, horizontalScrollPosition) => { /* ... */ }"]}}