| OLD | NEW |
| 1 { | 1 { |
| 2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
| 3 "domains": [{ | 3 "domains": [{ |
| 4 "domain": "Inspector", | 4 "domain": "Inspector", |
| 5 "hidden": true, | 5 "hidden": true, |
| 6 "types": [], | 6 "types": [], |
| 7 "commands": [ | 7 "commands": [ |
| 8 { | 8 { |
| 9 "name": "enable", | 9 "name": "enable", |
| 10 "description": "Enables inspector domain notifications." | 10 "description": "Enables inspector domain notifications." |
| (...skipping 4360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4371 ], | 4371 ], |
| 4372 "events": [] | 4372 "events": [] |
| 4373 }, | 4373 }, |
| 4374 { | 4374 { |
| 4375 "domain": "LayerTree", | 4375 "domain": "LayerTree", |
| 4376 "hidden": true, | 4376 "hidden": true, |
| 4377 "types": [ | 4377 "types": [ |
| 4378 { | 4378 { |
| 4379 "id": "LayerId", | 4379 "id": "LayerId", |
| 4380 "type": "string", | 4380 "type": "string", |
| 4381 "description": "Unique RenderLayer identifier." | 4381 "description": "Unique Layer identifier." |
| 4382 }, | 4382 }, |
| 4383 { | 4383 { |
| 4384 "id": "SnapshotId", | 4384 "id": "SnapshotId", |
| 4385 "type": "string", | 4385 "type": "string", |
| 4386 "description": "Unique snapshot identifier." | 4386 "description": "Unique snapshot identifier." |
| 4387 }, | 4387 }, |
| 4388 { | 4388 { |
| 4389 "id": "ScrollRect", | 4389 "id": "ScrollRect", |
| 4390 "type": "object", | 4390 "type": "object", |
| 4391 "description": "Rectangle where scrolling happens on the main th
read.", | 4391 "description": "Rectangle where scrolling happens on the main th
read.", |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4805 { | 4805 { |
| 4806 "name": "animationPlayerCreated", | 4806 "name": "animationPlayerCreated", |
| 4807 "parameters": [ | 4807 "parameters": [ |
| 4808 { "name": "player", "$ref": "AnimationPlayer", "description"
: "AnimationPlayer that was created." } | 4808 { "name": "player", "$ref": "AnimationPlayer", "description"
: "AnimationPlayer that was created." } |
| 4809 ], | 4809 ], |
| 4810 "hidden": true | 4810 "hidden": true |
| 4811 } | 4811 } |
| 4812 ] | 4812 ] |
| 4813 }] | 4813 }] |
| 4814 } | 4814 } |
| OLD | NEW |