← Back to Overlay domain

Overlay.setShowFlexOverlays

No description available.

Domain: Overlay experimental

Parameters

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

Example Request

{
  "id": 1,
  "method": "Overlay.setShowFlexOverlays",
  "params": {
    "flexNodeHighlightConfigs": []
  }
}

Example Response

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

Usage in Node.js

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