Module config

Module config 

Source
Expand description

Tauri config definition. The Tauri configuration used at runtime. It is pulled from a tauri.conf.json file and the config::Config struct is generated at compile time.

§Stability

This is a core functionality that is not considered part of the stable API. If you use it, note that it may include breaking changes in the future.

Structs§

BuildConfig
The Build configuration object.
BundleConfig
The bundler configuration object.
CliArg
A CLI argument definition
CliConfig
The CLI root command definition.
Config
The tauri.conf.json mapper.
PackageConfig
The package configuration.
PluginConfig
The plugin configs holds a HashMap mapping a plugin name to its configuration object.
SecurityConfig
Security configuration.
SystemTrayConfig
Configuration for application system tray icon.
TauriConfig
The Tauri configuration object.
UpdaterConfig
The Updater configuration object.
WindowConfig
The window configuration object.

Enums§

AppUrl
The dev_path and dist_dir options.
WindowUrl
The window webview URL options.