28 lines
No EOL
611 B
JSON
28 lines
No EOL
611 B
JSON
{
|
|
"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": [
|
|
"v-scroll=\"fnToCall\"",
|
|
"v-scroll=\"undefined\""
|
|
]
|
|
}
|
|
} |