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 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1909 { | 1909 { |
1910 "id": "BoxModel", | 1910 "id": "BoxModel", |
1911 "type": "object", | 1911 "type": "object", |
1912 "hidden": true, | 1912 "hidden": true, |
1913 "properties": [ | 1913 "properties": [ |
1914 { "name": "content", "$ref": "Quad", "description": "Content
box" }, | 1914 { "name": "content", "$ref": "Quad", "description": "Content
box" }, |
1915 { "name": "padding", "$ref": "Quad", "description": "Padding
box" }, | 1915 { "name": "padding", "$ref": "Quad", "description": "Padding
box" }, |
1916 { "name": "border", "$ref": "Quad", "description": "Border b
ox" }, | 1916 { "name": "border", "$ref": "Quad", "description": "Border b
ox" }, |
1917 { "name": "margin", "$ref": "Quad", "description": "Margin b
ox" }, | 1917 { "name": "margin", "$ref": "Quad", "description": "Margin b
ox" }, |
1918 { "name": "width", "type": "integer", "description": "Node w
idth" }, | 1918 { "name": "width", "type": "integer", "description": "Node w
idth" }, |
1919 { "name": "height", "type": "integer", "description": "Node
height" } | 1919 { "name": "height", "type": "integer", "description": "Node
height" }, |
| 1920 { "name": "shapeOutside", "$ref": "ShapeOutsideInfo", "optio
nal": true, "description": "Shape outside coordinates" } |
1920 ], | 1921 ], |
1921 "description": "Box model." | 1922 "description": "Box model." |
1922 }, | 1923 }, |
1923 { | 1924 { |
| 1925 "id": "ShapeOutsideInfo", |
| 1926 "type": "object", |
| 1927 "hidden": true, |
| 1928 "properties": [ |
| 1929 { "name": "bounds", "$ref": "Quad", "description": "Shape bo
unds" }, |
| 1930 { "name": "shape", "type": "array", "items": { "type": "any"
}, "description": "Shape coordinate details" }, |
| 1931 { "name": "marginShape", "type": "array", "items": { "type":
"any"}, "description": "Margin shape bounds" } |
| 1932 ], |
| 1933 "description": "CSS Shape Outside details." |
| 1934 }, |
| 1935 { |
1924 "id": "Rect", | 1936 "id": "Rect", |
1925 "type": "object", | 1937 "type": "object", |
1926 "hidden": true, | 1938 "hidden": true, |
1927 "properties": [ | 1939 "properties": [ |
1928 { "name": "x", "type": "number", "description": "X coordinat
e" }, | 1940 { "name": "x", "type": "number", "description": "X coordinat
e" }, |
1929 { "name": "y", "type": "number", "description": "Y coordinat
e" }, | 1941 { "name": "y", "type": "number", "description": "Y coordinat
e" }, |
1930 { "name": "width", "type": "number", "description": "Rectang
le width" }, | 1942 { "name": "width", "type": "number", "description": "Rectang
le width" }, |
1931 { "name": "height", "type": "number", "description": "Rectan
gle height" } | 1943 { "name": "height", "type": "number", "description": "Rectan
gle height" } |
1932 ], | 1944 ], |
1933 "description": "Rectangle." | 1945 "description": "Rectangle." |
(...skipping 2176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4110 { | 4122 { |
4111 "name": "dataAvailable", | 4123 "name": "dataAvailable", |
4112 "parameters": [ | 4124 "parameters": [ |
4113 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } | 4125 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } |
4114 ], | 4126 ], |
4115 "handlers": ["browser", "frontend"] | 4127 "handlers": ["browser", "frontend"] |
4116 } | 4128 } |
4117 ] | 4129 ] |
4118 }] | 4130 }] |
4119 } | 4131 } |
OLD | NEW |