Click or drag to resize

OverlayClientSetShowContainerQueryOverlaysAsync Method

Version 130.1.90
SetShowContainerQueryOverlays

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

Parameters

containerQueryHighlightConfigs  IListContainerQueryHighlightConfig
An array of node identifiers and descriptors for the highlight appearance.

Return Value

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