Module tauri_runtime::webview
source · [−]Expand description
Items specific to the Runtime
’s webview.
Structs
The attributes used to create an webview.
Enums
The file drop event payload.
Traits
A builder for all attributes related to a single webview.
Do NOT implement this trait except for use in a custom Runtime
.
Type Definitions
File drop handler callback
Return true
in the callback to block the OS’ default behavior of handling a file drop.
IPC handler.