Expand description
Internal runtime between Tauri and the underlying webview runtime.
None of the exposed API of this crate is stable, and it may break semver compatibility in the future. The major version only signifies the intended Tauri version.
Re-exports§
pub use dpi;
Modules§
- monitor
- Types useful for interacting with a user’s monitors.
- webview
- A layer between raw
Runtime
webviews and Tauri. - window
- A layer between raw
Runtime
windows and Tauri.
Structs§
- Icon
- Window icon.
- Progress
BarState - Progress Bar State
- Rect
- A rectangular region.
- Runtime
Init Args
Enums§
- Device
Event Filter - Error
- Exit
Requested Event Action - Action to take when the event loop is about to exit
- Progress
BarStatus - Progress bar status.
- Resize
Direction - Defines the orientation that a window resize will be performed.
- RunEvent
- Event triggered on the event loop run.
- User
Attention Type - Type of user attention requested on a window.
Traits§
- Event
Loop Proxy - Runtime
- The webview runtime interface.
- Runtime
Handle - A
Send
handle to the runtime. - User
Event - A type that can be used as an user event.
- Webview
Dispatch - Webview dispatcher. A thread-safe handle to the webview APIs.
- Window
Dispatch - Window dispatcher. A thread-safe handle to the window APIs.
Type Aliases§
- Result
- Result type.
- Webview
Event Id - Window
Event Id