Expand description
Shared types and protocol definitions for html_view.
This crate defines the wire protocol between the API crate and the Tauri app, including all request and response types that cross the process boundary.
Structs§
- Behaviour
Options - Behaviour and security configuration.
- Dialog
Options - Dialog configuration options.
- Environment
Options - Environment and runtime configuration.
- Toolbar
Button - A button in the custom toolbar.
- Toolbar
Options - Toolbar configuration options.
- Viewer
Command Response - Response to a viewer command.
- Viewer
Exit Status - Exit status returned by the viewer application.
- Viewer
Request - Complete request structure sent to the Tauri viewer application.
- Window
Options - Window configuration options.
Enums§
- Viewer
Command - Commands that can be sent to a running viewer.
- Viewer
Content - The type of content to display in the viewer.
- Viewer
Exit Reason - The reason the viewer exited.
- Window
Theme - Window theme options.
Constants§
- PROTOCOL_
VERSION - Protocol version for compatibility checking between library and viewer.