Module tauri::api

source ·
Expand description

The Tauri API interface.

Re-exports§

Modules§

  • clicli
    Types and functions related to CLI arguments.
  • dialogdesktop and dialog
    Use native message and file open/save dialogs.
  • Types and functions related to file system directory management.
  • Types and functions related to file operations.
  • httphttp-api
    Types and functions related to HTTP request.
  • Types and functions related to Inter Procedure Call(IPC).
  • notificationdesktop and notification
    Types and functions related to desktop notifications.
  • osos-api
    Types and functions related to operating system operations.
  • Types and functions related to file system path operations.
  • Types and functions related to child processes management.
  • shellshell-open-api
    Types and functions related to shell.
  • Compare two semantic versions.

Enums§

  • The error type of Tauri API module. The error types.

Type Aliases§

  • The result type of Tauri API module.