Overlay.setShowInspectedElementAnchorNo description available.
| Name | Type | Description |
|---|---|---|
inspectedElementAnchorConfig | InspectedElementAnchorConfig | Node identifier for which to show an anchor for. |
{
"id": 1,
"method": "Overlay.setShowInspectedElementAnchor",
"params": {
"inspectedElementAnchorConfig": "inspectedElementAnchorConfig-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowInspectedElementAnchor', {"inspectedElementAnchorConfig": "inspectedElementAnchorConfig-value"});
console.log(result);