Expand description
Native system dialogs for opening and saving files along with message dialogs.
Structs§
- Dialog
- Access to the dialog APIs.
- File
Dialog Builder - The file dialog builder.
- Message
Dialog Builder - A builder for message dialogs.
Enums§
- Error
- File
Path - Represents either a filesystem path or a URI pointing to a file
such as
file://
URIs or Androidcontent://
URIs. - Message
Dialog Buttons - Set of button that will be displayed on the dialog
- Message
Dialog Kind - Types of message, ask and confirm dialogs.
Traits§
- Dialog
Ext - Extensions to
tauri::App
,tauri::AppHandle
,tauri::WebviewWindow
,tauri::Webview
andtauri::Window
to access the dialog APIs.
Functions§
- init
- Initializes the plugin.