Skip to main content

Module webview

Module webview 

Source
Expand description

The Tauri webview types and functions.

Re-exports§

pub use cookie;

Structs§

Color
A tuple struct of RGBA colors. Each value has minimum of 0 and maximum of 255.
Cookie
Representation of an HTTP cookie.
InvokeRequest
The IPC invoke request.
NewWindowFeatures
Window features of a window requested to open.
PageLoadPayload
The payload for the WebviewBuilder::on_page_load hook.
PlatformWebviewwry
The platform webview handle. Accessed with Webview;
ResolvedScope
Resolved scope that can be obtained via Webview::resolve_command_scope.
Url
A parsed URL record.
Webviewwry
Webview.
WebviewBuilderunstable
A builder for a webview.
WebviewWindow
A type that wraps a Window together with a Webview.
WebviewWindowBuilder
A builder for WebviewWindow, a window that hosts a single webview.

Enums§

DownloadEvent
Download event for the WebviewBuilder hook.
NewWindowResponse
Response for the new window request handler.
PageLoadEvent
Kind of event for the page load handler.
ScrollBarStyle
The scrollbar style to use in the webview.