Click or drag to resize

OverlayClient.SetShowGridOverlaysAsync Method

Version 108.4.130
Highlight multiple elements with the CSS Grid overlay.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public Task<DevToolsMethodResponse> SetShowGridOverlaysAsync(
	IList<GridNodeHighlightConfig> gridNodeHighlightConfigs
)

Parameters

gridNodeHighlightConfigs
Type: System.Collections.Generic.IList<GridNodeHighlightConfig>
An array of node identifiers and descriptors for the highlight appearance.

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also