@tauri-store/zustand - v0.3.1
Preparing search index...
TauriStore
Interface TauriStore<S, Store>
interface
TauriStore
<
S
extends
State
,
Store
extends
StoreApi
<
S
>
>
{
id
:
string
;
store
:
Store
;
getPath
()
:
Promise
<
string
>
;
save
()
:
Promise
<
void
>
;
saveAll
()
:
Promise
<
void
>
;
saveAllNow
()
:
Promise
<
void
>
;
saveNow
()
:
Promise
<
void
>
;
start
()
:
Promise
<
void
>
;
stop
()
:
Promise
<
void
>
;
}
Type Parameters
S
extends
State
Store
extends
StoreApi
<
S
>
Hierarchy
BaseStore
<
S
>
TauriStore
Implements
TauriStoreContract
Index
Properties
id
store
Methods
get
Path
save
save
All
save
All
Now
save
Now
start
stop
Properties
Readonly
id
id
:
string
Readonly
store
store
:
Store
Methods
Readonly
get
Path
getPath
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Readonly
save
save
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Readonly
save
All
saveAll
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Readonly
save
All
Now
saveAllNow
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Readonly
save
Now
saveNow
()
:
Promise
<
void
>
Returns
Promise
<
void
>
start
start
()
:
Promise
<
void
>
Starts the store synchronization.
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Stops the store synchronization.
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
store
Methods
get
Path
save
save
All
save
All
Now
save
Now
start
stop
@tauri-store/zustand - v0.3.1
Loading...
Starts the store synchronization.