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 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2340 "description": "Rectangle." | 2340 "description": "Rectangle." |
2341 }, | 2341 }, |
2342 { | 2342 { |
2343 "id": "HighlightConfig", | 2343 "id": "HighlightConfig", |
2344 "type": "object", | 2344 "type": "object", |
2345 "properties": [ | 2345 "properties": [ |
2346 { "name": "showInfo", "type": "boolean", "optional": true, "
description": "Whether the node info tooltip should be shown (default: false)."
}, | 2346 { "name": "showInfo", "type": "boolean", "optional": true, "
description": "Whether the node info tooltip should be shown (default: false)."
}, |
2347 { "name": "showRulers", "type": "boolean", "optional": true,
"description": "Whether the rulers should be shown (default: false)." }, | 2347 { "name": "showRulers", "type": "boolean", "optional": true,
"description": "Whether the rulers should be shown (default: false)." }, |
2348 { "name": "showExtensionLines", "type": "boolean", "optional
": true, "description": "Whether the extension lines from node to the rulers sho
uld be shown (default: false)." }, | 2348 { "name": "showExtensionLines", "type": "boolean", "optional
": true, "description": "Whether the extension lines from node to the rulers sho
uld be shown (default: false)." }, |
2349 { "name": "showLayoutEditor", "type": "boolean", "optional":
true, "hidden": true}, | 2349 { "name": "showLayoutEditor", "type": "boolean", "optional":
true, "hidden": true}, |
| 2350 { "name": "displayAsMaterial", "type": "boolean", "optional"
: true, "hidden": true}, |
2350 { "name": "contentColor", "$ref": "RGBA", "optional": true,
"description": "The content box highlight fill color (default: transparent)." }, | 2351 { "name": "contentColor", "$ref": "RGBA", "optional": true,
"description": "The content box highlight fill color (default: transparent)." }, |
2351 { "name": "paddingColor", "$ref": "RGBA", "optional": true,
"description": "The padding highlight fill color (default: transparent)." }, | 2352 { "name": "paddingColor", "$ref": "RGBA", "optional": true,
"description": "The padding highlight fill color (default: transparent)." }, |
2352 { "name": "borderColor", "$ref": "RGBA", "optional": true, "
description": "The border highlight fill color (default: transparent)." }, | 2353 { "name": "borderColor", "$ref": "RGBA", "optional": true, "
description": "The border highlight fill color (default: transparent)." }, |
2353 { "name": "marginColor", "$ref": "RGBA", "optional": true, "
description": "The margin highlight fill color (default: transparent)." }, | 2354 { "name": "marginColor", "$ref": "RGBA", "optional": true, "
description": "The margin highlight fill color (default: transparent)." }, |
2354 { "name": "eventTargetColor", "$ref": "RGBA", "optional": tr
ue, "hidden": true, "description": "The event target element highlight fill colo
r (default: transparent)." }, | 2355 { "name": "eventTargetColor", "$ref": "RGBA", "optional": tr
ue, "hidden": true, "description": "The event target element highlight fill colo
r (default: transparent)." }, |
2355 { "name": "shapeColor", "$ref": "RGBA", "optional": true, "h
idden": true, "description": "The shape outside fill color (default: transparent
)." }, | 2356 { "name": "shapeColor", "$ref": "RGBA", "optional": true, "h
idden": true, "description": "The shape outside fill color (default: transparent
)." }, |
2356 { "name": "shapeMarginColor", "$ref": "RGBA", "optional": tr
ue, "hidden": true, "description": "The shape margin fill color (default: transp
arent)." } | 2357 { "name": "shapeMarginColor", "$ref": "RGBA", "optional": tr
ue, "hidden": true, "description": "The shape margin fill color (default: transp
arent)." } |
2357 ], | 2358 ], |
2358 "description": "Configuration data for the highlighting of page
elements." | 2359 "description": "Configuration data for the highlighting of page
elements." |
2359 } | 2360 } |
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5150 ], | 5151 ], |
5151 "returns": [ | 5152 "returns": [ |
5152 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5153 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5153 ], | 5154 ], |
5154 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5155 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5155 "hidden": true | 5156 "hidden": true |
5156 } | 5157 } |
5157 ] | 5158 ] |
5158 }] | 5159 }] |
5159 } | 5160 } |
OLD | NEW |