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.
- Message
Dialog Result - Result of a message dialog
Traits§
- Dialog
Ext - Extensions to
tauri::App,tauri::AppHandle,tauri::WebviewWindow,tauri::Webviewandtauri::Windowto access the dialog APIs.
Functions§
- init
- Initializes the plugin.