| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace":"fileBrowserPrivate", | 3 "namespace":"fileBrowserPrivate", |
| 4 "nodoc": "true", | 4 "nodoc": "true", |
| 5 "types": [ | 5 "types": [ |
| 6 { | 6 { |
| 7 "id": "FileBrowserTask", | 7 "id": "FileBrowserTask", |
| 8 "type": "object", | 8 "type": "object", |
| 9 "description": "Represents information about available browser tasks. A
task is an abstraction of an operation that the file browser can perform over a
selected file set.", | 9 "description": "Represents information about available browser tasks. A
task is an abstraction of an operation that the file browser can perform over a
selected file set.", |
| 10 "properties": { | 10 "properties": { |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 { | 277 { |
| 278 "name": "getStrings", | 278 "name": "getStrings", |
| 279 "type": "function", | 279 "type": "function", |
| 280 "description": "Gets Strings.", | 280 "description": "Gets Strings.", |
| 281 "parameters": [ | 281 "parameters": [ |
| 282 { | 282 { |
| 283 "type": "function", | 283 "type": "function", |
| 284 "name": "callback", | 284 "name": "callback", |
| 285 "parameters": [ | 285 "parameters": [ |
| 286 { | 286 { |
| 287 "name": "result", |
| 287 "type": "object", | 288 "type": "object", |
| 288 "properties": {}, | 289 "properties": {}, |
| 289 "additionalProperties": {"type": "string"} | 290 "additionalProperties": {"type": "string"} |
| 290 } | 291 } |
| 291 ] | 292 ] |
| 292 } | 293 } |
| 293 ] | 294 ] |
| 294 }, | 295 }, |
| 295 { | 296 { |
| 296 "name": "addFileWatch", | 297 "name": "addFileWatch", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 ] | 359 ] |
| 359 } | 360 } |
| 360 ] | 361 ] |
| 361 }, | 362 }, |
| 362 { | 363 { |
| 363 "name": "selectFiles", | 364 "name": "selectFiles", |
| 364 "type": "function", | 365 "type": "function", |
| 365 "description": "Selects multiple files.", | 366 "description": "Selects multiple files.", |
| 366 "parameters": [ | 367 "parameters": [ |
| 367 { | 368 { |
| 369 "name": "selectedPaths", |
| 368 "type": "array", | 370 "type": "array", |
| 369 "description": "Array of selected paths", | 371 "description": "Array of selected paths", |
| 370 "items": {"type": "string"} | 372 "items": {"type": "string"} |
| 371 } | 373 } |
| 372 ] | 374 ] |
| 373 }, | 375 }, |
| 374 { | 376 { |
| 375 "name": "selectFile", | 377 "name": "selectFile", |
| 376 "type": "function", | 378 "type": "function", |
| 377 "description": "Selects a file.", | 379 "description": "Selects a file.", |
| 378 "parameters": [ | 380 "parameters": [ |
| 379 { | 381 { |
| 382 "name": "selectedPath", |
| 380 "type": "string", | 383 "type": "string", |
| 381 "description": "A selected path" | 384 "description": "A selected path" |
| 382 }, | 385 }, |
| 383 { | 386 { |
| 387 "name": "index", |
| 384 "type": "integer", | 388 "type": "integer", |
| 385 "description": "Index of Filter" | 389 "description": "Index of Filter" |
| 386 } | 390 } |
| 387 ] | 391 ] |
| 388 }, | 392 }, |
| 389 { | 393 { |
| 390 "name": "viewFiles", | 394 "name": "viewFiles", |
| 391 "type": "function", | 395 "type": "function", |
| 392 "description": "Views multiple files.", | 396 "description": "Views multiple files.", |
| 393 "parameters": [ | 397 "parameters": [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 { | 565 { |
| 562 "$ref": "FileWatchEvent", | 566 "$ref": "FileWatchEvent", |
| 563 "name": "event", | 567 "name": "event", |
| 564 "description": "File watch event information." | 568 "description": "File watch event information." |
| 565 } | 569 } |
| 566 ] | 570 ] |
| 567 } | 571 } |
| 568 ] | 572 ] |
| 569 } | 573 } |
| 570 ] | 574 ] |
| OLD | NEW |