Skip to content

WebViewScrollEvent

Inherits: Event['WebView']

Properties

  • x(float) –

    The value of the horizontal offset with the origin being at the

  • y(float) –

    The value of the vertical offset with the origin being at the

Properties#

x instance-attribute #

x: float

The value of the horizontal offset with the origin being at the leftmost of the WebView.

y instance-attribute #

y: float

The value of the vertical offset with the origin being at the topmost of the WebView.