File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1704
1704
"type" : " string" ,
1705
1705
"description" : " A generic version metadata"
1706
1706
},
1707
+ {
1708
+ "name" : " webviewName" ,
1709
+ "type" : " string" ,
1710
+ "description" : " The name of the webview"
1711
+ },
1707
1712
{
1708
1713
"name" : " workflowToken" ,
1709
1714
"type" : " string" ,
7138
7143
"type" : " result"
7139
7144
}
7140
7145
]
7146
+ },
7147
+ {
7148
+ "name" : " webview_load" ,
7149
+ "description" : " Called when a webview is opened" ,
7150
+ "metadata" : [
7151
+ {
7152
+ "type" : " webviewName" ,
7153
+ "required" : true
7154
+ }
7155
+ ]
7156
+ },
7157
+ {
7158
+ "name" : " webview_error" ,
7159
+ "description" : " Called when an error occurs inside of a webview" ,
7160
+ "metadata" : [
7161
+ {
7162
+ "type" : " webviewName" ,
7163
+ "required" : true
7164
+ }
7165
+ ]
7141
7166
}
7142
7167
]
7143
- }
7168
+ }
You can’t perform that action at this time.
0 commit comments