OverlayClientSetShowGridOverlaysAsync Method |
Version 130.1.90
Highlight multiple elements with the CSS Grid overlay.
Namespace: CefSharp.DevTools.OverlayAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetShowGridOverlaysAsync(
IList<GridNodeHighlightConfig> gridNodeHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowGridOverlaysAsync(
IList<GridNodeHighlightConfig^>^ gridNodeHighlightConfigs
)
Parameters
- gridNodeHighlightConfigs IListGridNodeHighlightConfig
- An array of node identifiers and descriptors for the highlight appearance.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also