Module tauri_runtime::webview[][src]

Expand description

Items specific to the Runtime’s webview.

Structs

CustomProtocol

Uses a custom URI scheme handler to resolve file requests

InvokePayload
RpcRequest

Rpc request.

WebviewAttributes

The attributes used to create an webview.

Enums

FileDropEvent

The file drop event payload.

Traits

WindowBuilder

A builder for all attributes related to a single webview.

WindowBuilderBase

Do NOT implement this trait except for use in a custom Runtime.

Type Definitions

FileDropHandler

File drop handler callback Return true in the callback to block the OS’ default behavior of handling a file drop.

WebviewRpcHandler

Rpc handler.