OverlayClient.SetShowFlexOverlaysAsync Method |
Version 105.3.390
SetShowFlexOverlays
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntaxpublic Task<DevToolsMethodResponse> SetShowFlexOverlaysAsync(
IList<FlexNodeHighlightConfig> flexNodeHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowFlexOverlaysAsync(
IList<FlexNodeHighlightConfig^>^ flexNodeHighlightConfigs
)
Parameters
- flexNodeHighlightConfigs
- Type: System.Collections.Generic.IList<FlexNodeHighlightConfig>
An array of node identifiers and descriptors for the highlight appearance.
Return Value
Type:
Task<DevToolsMethodResponse>returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also