File tree 1 file changed +21
-13
lines changed
1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 7
7
"args" : [
8
8
{
9
9
"arg" : " is_visible" ,
10
- "description" : " "
10
+ "description" : " true if modal is visble, false otherwise "
11
11
}
12
12
],
13
13
"description" : " new modal visibility state"
19
19
{
20
20
"event" : " hidden" ,
21
21
"description" : " always emits after modal is hidden" ,
22
- "args" : {
23
- "e" : " Close event object. Non Cancellable: See docs"
24
- }
22
+ "args" : [
23
+ {
24
+ "e" : " Close event object. Non Cancellable: See docs"
25
+ }
26
+ ]
25
27
},
26
28
{
27
29
"event" : " hide" ,
28
30
"description" : " always emits just before modal has hidden" ,
29
- "args" : {
30
- "e" : " Close event object. Cancellable: See docs"
31
- }
31
+ "args" : [
32
+ {
33
+ "e" : " Close event object. Cancellable: See docs"
34
+ }
35
+ ]
32
36
},
33
37
{
34
38
"event" : " ok" ,
35
39
"description" : " when default OK button pressed, just before modal has hidden" ,
36
- "args" : {
37
- "e" : " Close event object. Cancellable: See docs"
38
- }
40
+ "args" : [
41
+ {
42
+ "e" : " Close event object. Cancellable: See docs"
43
+ }
44
+ ]
39
45
},
40
46
{
41
47
"event" : " cancel" ,
42
48
"description" : " when default CANCEL button pressed, just before modal has hidden" ,
43
- "args" : {
44
- "e" : " Close event object. Cancelable: See docs"
45
- }
49
+ "args" : [
50
+ {
51
+ "e" : " Close event object. Cancelable: See docs"
52
+ }
53
+ ]
46
54
}
47
55
],
48
56
"slots" : [
You can’t perform that action at this time.
0 commit comments