← Back to Overlay domain

Overlay.setShowContainerQueryOverlays

No description available.

Domain: Overlay experimental

Parameters

NameTypeDescription
containerQueryHighlightConfigsarrayAn array of node identifiers and descriptors for the highlight appearance.

Example Request

{
  "id": 1,
  "method": "Overlay.setShowContainerQueryOverlays",
  "params": {
    "containerQueryHighlightConfigs": []
  }
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Overlay.setShowContainerQueryOverlays', {"containerQueryHighlightConfigs": []});
console.log(result);