WebviewScrollEvent WebViewScrollEvent # Bases: Event['WebView'] control # control: EventControlType = field(repr=False) data # data: Any | None = field(default=None, kw_only=True) name # name: str page # page: Page | PageView | None target # target: int x # x: float The value of the horizontal offset with the origin being at the leftmost of the WebView. y # y: float The value of the vertical offset with the origin being at the topmost of the WebView.