Crate tauri_plugin_app_control

Source

Structs§

AppState
Current state of the application
CloseResult
Result of closing the app
ExitOptions
Options for configuring app exit behavior
ExitResult
Result of exiting the app
MinimizeResult
Result of minimizing the app

Enums§

Error

Traits§

AppControlExt
Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the app control APIs.

Functions§

init
Initializes the plugin.

Type Aliases§

Result