ReferenceSDKwebviewssetOffsetOn this pagesetOffset Sets the position offset of the webview. async setOffset(offset: Vec2): Promise<void> Parameters ParameterTypeDescriptionoffsetVec2The new offset as [x, y] Example await webview.setOffset([0, 1.0]); To update multiple properties at once, use patch().