quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
25 lines (23 loc) • 601 B
JSON
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-directives/scroll"
},
"value": {
"type": "Function",
"desc": "Function to call when scrolling occurs (use a non-function to disable)",
"params": {
"verticalScrollPosition": {
"type": "Number",
"desc": "Scroll offset from top",
"examples": [ 350 ]
},
"horizontalScrollPosition": {
"type": "Number",
"desc": "Scroll offset from left",
"examples": [ 350 ]
}
},
"returns": null,
"examples": [ "v-scroll=\"fnToCall\"", "v-scroll=\"void 0\"" ]
}
}