OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "experimental.input.ui", | 3 "namespace": "experimental.input.ui", |
4 "nodoc": true, | 4 "nodoc": true, |
5 "platforms": ["chromeos touch"], | 5 "platforms": ["chromeos touch"], |
6 "types": [], | 6 "types": [], |
7 "functions": [ | 7 "functions": [ |
8 { | 8 { |
9 "name": "register", | 9 "name": "register", |
10 "type": "function", | 10 "type": "function", |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "description": "Auxiliary text." | 120 "description": "Auxiliary text." |
121 } | 121 } |
122 ] | 122 ] |
123 }, | 123 }, |
124 { | 124 { |
125 "name": "onUpdateLookupTable", | 125 "name": "onUpdateLookupTable", |
126 "type": "function", | 126 "type": "function", |
127 "description": "Fired when lookup table is updated.", | 127 "description": "Fired when lookup table is updated.", |
128 "parameters": [ | 128 "parameters": [ |
129 { "type": "object", | 129 { "type": "object", |
| 130 "name": "lookupTable", |
130 "properties": { | 131 "properties": { |
131 "visible": { "type": "boolean" }, | 132 "visible": { "type": "boolean" }, |
132 "candidates": { "type": "array", "items": { "type": "string" } } | 133 "candidates": { "type": "array", "items": { "type": "string" } } |
133 }, | 134 }, |
134 "description": "Lookup table" | 135 "description": "Lookup table" |
135 } | 136 } |
136 ] | 137 ] |
137 } | 138 } |
138 | 139 |
139 ] | 140 ] |
140 } | 141 } |
141 ] | 142 ] |
OLD | NEW |