mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-23 19:32:29 +02:00
Enable auto save by default
This commit is contained in:
@@ -17,9 +17,9 @@ interface ChangePayload<T> {
|
||||
*/
|
||||
export type StoreOptions = {
|
||||
/**
|
||||
* Auto save on modification with debounce duration in milliseconds
|
||||
* Auto save on modification with debounce duration in milliseconds, it's 100ms by default, pass in `false` to disable it
|
||||
*/
|
||||
autoSave?: boolean
|
||||
autoSave?: boolean | number
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user