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 |
Type Definitions
| FileDropHandler | File drop handler callback
Return |
| WebviewRpcHandler | Rpc handler. |