Click or drag to resize

OverlayClientSetShowScrollSnapOverlaysAsync Method

Version 97.1.60
SetShowScrollSnapOverlays

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

Parameters

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

Return Value

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