forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQVideo.json
More file actions
38 lines (33 loc) · 758 Bytes
/
QVideo.json
File metadata and controls
38 lines (33 loc) · 758 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/video"
},
"mixins": [ "mixins/ratio" ],
"behavior": {
"$listeners": true
},
"props": {
"src": {
"type": "String",
"desc": "The source url to display in an iframe",
"required": true,
"examples": [
"src=\"https://www.youtube.com/embed/k3_tw44QsZQ\""
],
"category": "model"
},
"ratio": {
"addedIn": "v1.7.0"
},
"title": {
"type": "String",
"desc": "(Accessibility) Set the native 'title' attribute value of the inner iframe being used",
"required": false,
"examples": [
"My Daily Marathon"
],
"category": "accessibility",
"addedIn": "v1.17.0"
}
}
}