Click or drag to resize

OverlayClientSetShowContainerQueryOverlaysAsync Method

Version 98.1.210
SetShowContainerQueryOverlays

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public Task<DevToolsMethodResponse> SetShowContainerQueryOverlaysAsync(
	IList<ContainerQueryHighlightConfig> containerQueryHighlightConfigs
)

Parameters

containerQueryHighlightConfigs
Type: System.Collections.GenericIListContainerQueryHighlightConfig
An array of node identifiers and descriptors for the highlight appearance.

Return Value

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