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