WebViewScrollEvent
Event payload for WebView.on_scroll.
Emitted when the page scroll position changes.
Inherits: Event
Properties
Properties
xinstance-attribute
x: floatThe value of the horizontal offset with the origin being at the
leftmost of the WebView.
yinstance-attribute
y: floatThe value of the vertical offset with the origin being at the
topmost of the WebView.