Menu
About
Docs
Release notes
Community
Partners
Showcase
Beta
English
We've enabled internationalization! But we need your help...
See
here
for more information.
English
We've enabled internationalization! But we need your help...
See
here
for more information.
About
Docs
Release notes
Community
Partners
Showcase
Beta
Menu
Getting started
Introduction
Setup for Linux
Setup for macOS
Setup for Windows
Usage
Introduction
Development
Tauri Integration (1/4)
App Development (2/4)
App Debugging (3/4)
App Publishing (4/4)
Updating
Patterns
A word on patterns
Hermit
Bridge
Cloudish
Cloudbridge
Lockdown
Multiwin
GLUI
Howtos
Bundler
Introduction
Anti Bloat
Sidecar
Make your own CLI
Create Rust Commands
Write Tauri Plugins
Updater
Visual
Icons
Splashscreen
Window Customization
CI/CD
Workflow
Cross-Platform Compilation
Contributor Guide
API
Configuration
CLI
Rust
tauri
event
fn.emit
fn.emit_function_name
fn.event_listeners_object_name
fn.event_queue_object_name
fn.listen
fn.on_event
plugin
fn.register
trait.Plugin
settings
fn.read_settings
struct.Settings
fn.call
fn.close_splashscreen
fn.execute_promise
fn.execute_promise_sync
fn.spawn
struct.App
struct.AppBuilder
struct.Webview
struct.WebviewMut
type.Result
tauri_api
command
fn.binary_command
fn.command_path
fn.get_output
fn.spawn_relative_command
config
enum.Port
fn.get
struct.BuildConfig
struct.BundleConfig
struct.CliArg
struct.CliConfig
struct.Config
struct.EmbeddedServerConfig
struct.TauriConfig
struct.WindowConfig
dialog
enum.DialogSelection
enum.Response
fn.ask
fn.message
fn.pick_folder
fn.save_file
fn.select
fn.select_multiple
dir
fn.is_dir
fn.read_dir
fn.with_temp_dir
struct.DiskEntry
file
enum.ArchiveFormat
enum.Compression
fn.read_binary
fn.read_string
struct.Extract
struct.Move
http
enum.BodyType
enum.ResponseType
fn.make_request
struct.HttpRequestBuilder
struct.HttpRequestOptions
notification
struct.Notification
path
enum.BaseDirectory
fn.app_dir
fn.audio_dir
fn.cache_dir
fn.config_dir
fn.data_dir
fn.desktop_dir
fn.document_dir
fn.download_dir
fn.executable_dir
fn.font_dir
fn.home_dir
fn.local_data_dir
fn.picture_dir
fn.public_dir
fn.resolve_path
fn.resource_dir
fn.runtime_dir
fn.template_dir
fn.video_dir
platform
fn.resource_dir
fn.target_triple
process
enum.Signal
fn.get_parent_process
struct.Process
struct.System
trait.ProcessExt
trait.SystemExt
rpc
fn.format_callback
fn.format_callback_result
tcp
fn.get_available_port
fn.port_is_available
version
fn.compare
fn.is_compatible
fn.is_major
fn.is_minor
fn.is_patch
enum.Error
type.Result
tauri_utils
platform
fn.resource_dir
fn.target_triple
process
enum.Signal
fn.get_parent_process
struct.Process
struct.System
trait.ProcessExt
trait.SystemExt
enum.Error
type.Result
JavaScript
Table of contents
Modules
app
bundle
cli
dialog
event
fs
globalShortcut
helpers/event
helpers/tauri
http
index
notification
path
shell
tauri
updater
window
Enumerations
BaseDirectory
ResponseType
Classes
Body
Client
Child
Command
WebviewWindow
Interfaces
ArgMatch
CliMatches
SubcommandMatch
DialogFilter
OpenDialogOptions
SaveDialogOptions
FileEntry
FsBinaryFileOption
FsDirOptions
FsOptions
FsTextFileOption
TauriCommand
ClientOptions
HttpOptions
Response
Options
InvokeArgs
UpdateManifest
UpdateResult
UpdateStatusResult
WindowOptions
Cross-Platform Compilation
How to use GH Action for Building: a glance at Tauri Action.
Edit this page
Previous
« Workflow
Next
Contributor Guide »