forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQRouteTab.json
More file actions
25 lines (23 loc) · 814 Bytes
/
QRouteTab.json
File metadata and controls
25 lines (23 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/tabs"
},
"mixins": [ "components/tabs/QTab", "composables/private/use-router-link" ],
"events": {
"click": {
"desc": "Emitted when component is clicked (activated)",
"params": {
"evt": {
"extends": "evt",
"desc": "JS event object; If you want to cancel navigation set synchronously 'evt.navigate' to false"
},
"navigateFn": {
"type": "Function",
"desc": "When you need to control the time at which the tab should trigger the route navigation then set 'evt.navigate' to false and call this function; Useful if you have async work to be done before the actual route navigation",
"params": null,
"returns": null
}
}
}
}
}