Structs§
- AppState
- Current state of the application
- Close
Result - Result of closing the app
- Exit
Options - Options for configuring app exit behavior
- Exit
Result - Result of exiting the app
- Minimize
Result - Result of minimizing the app
Enums§
Traits§
- AppControl
Ext - Extensions to
tauri::App
,tauri::AppHandle
,tauri::WebviewWindow
,tauri::Webview
andtauri::Window
to access the app control APIs.
Functions§
- init
- Initializes the plugin.