hrms-manual/node_modules/quasar/dist/api/AppVisibility.json

15 lines
384 B
JSON
Raw Normal View History

2023-09-06 14:51:44 +07:00
{
"type": "plugin",
"meta": {
"docsUrl": "https://v2.quasar.dev/quasar-plugins/app-visibility"
},
"injection": "$q.appVisible",
"props": {
"appVisible": {
"tsInjectionPoint": true,
"type": "Boolean",
"desc": "Does the app have user focus? Or the app runs in the background / another tab has the user's attention",
"reactive": true
}
}
}