Overlay.setShowGridOverlaysHighlight multiple elements with the CSS Grid overlay.
| Name | Type | Description |
|---|---|---|
gridNodeHighlightConfigs | array | An array of node identifiers and descriptors for the highlight appearance. |
{
"id": 1,
"method": "Overlay.setShowGridOverlays",
"params": {
"gridNodeHighlightConfigs": []
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowGridOverlays', {"gridNodeHighlightConfigs": []});
console.log(result);