Overlay.setShowContainerQueryOverlaysNo description available.
| Name | Type | Description |
|---|---|---|
containerQueryHighlightConfigs | array | An array of node identifiers and descriptors for the highlight appearance. |
{
"id": 1,
"method": "Overlay.setShowContainerQueryOverlays",
"params": {
"containerQueryHighlightConfigs": []
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowContainerQueryOverlays', {"containerQueryHighlightConfigs": []});
console.log(result);