Overlay.setShowIsolatedElementsShow elements in isolation mode with overlays.
| Name | Type | Description |
|---|---|---|
isolatedElementHighlightConfigs | array | An array of node identifiers and descriptors for the highlight appearance. |
{
"id": 1,
"method": "Overlay.setShowIsolatedElements",
"params": {
"isolatedElementHighlightConfigs": []
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowIsolatedElements', {"isolatedElementHighlightConfigs": []});
console.log(result);