Gets the value of a setting directly from the storage. Also updates cache.
The key for the setting. Key supports dot notation. See https://github.com/harshkhandeparkar/tauri-settings#dot-notation.
The value of the setting
Sets the value of a setting from the cache.
The key for the setting. Key supports dot notation. See https://github.com/harshkhandeparkar/tauri-settings#dot-notation.
The value of the setting
Checks whether a key exists in the settings cache.
The key for the setting. Key supports dot notation. See https://github.com/harshkhandeparkar/tauri-settings#dot-notation.
Sets the value for a setting directly to the storage. Also updates cache.
The key for the setting. Key supports dot notation. See https://github.com/harshkhandeparkar/tauri-settings#dot-notation.
The new value for the setting
The entire settings object
Sets the value for a setting. Only updates cache.
The key for the setting. Key supports dot notation. See https://github.com/harshkhandeparkar/tauri-settings#dot-notation.
The new value for the setting
The entire settings object
Generated using TypeDoc
The default values for the settings