Click or drag to resize

OverlayClient.SetShowScrollSnapOverlaysAsync Method

Version 92.0.260
SetShowScrollSnapOverlays

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public Task<DevToolsMethodResponse> SetShowScrollSnapOverlaysAsync(
	IList<ScrollSnapHighlightConfig> scrollSnapHighlightConfigs
)

Parameters

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

Return Value

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