Click or drag to resize

OverlayClientSetShowFlexOverlaysAsync Method

Version 104.4.240
SetShowFlexOverlays

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax
public Task<DevToolsMethodResponse> SetShowFlexOverlaysAsync(
	IList<FlexNodeHighlightConfig> flexNodeHighlightConfigs
)

Parameters

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

Return Value

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