@tauri-store/vue - v1.0.0
Preparing search index...
Store
Interface Store<S>
interface
Store
<
S
extends
State
>
{
id
:
string
;
state
:
Ref
<
S
>
;
start
()
:
Promise
<
void
>
;
stop
()
:
Promise
<
void
>
;
}
Type Parameters
S
extends
State
Hierarchy
BaseStore
<
S
>
Store
Index
Properties
id
state
Methods
start
stop
Properties
Readonly
id
id
:
string
Readonly
state
state
:
Ref
<
S
>
Methods
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
state
Methods
start
stop
@tauri-store/vue - v1.0.0
Loading...
Starts the store synchronization.