@tauri-store/vue - v0.2.0
Preparing search index...
Store
Class Store<S>
Type Parameters
S
extends
State
Hierarchy
BaseStore
<
S
>
Store
Index
Constructors
constructor
Properties
id
state
Methods
start
stop
Constructors
constructor
new
Store
<
S
extends
State
>
(
id
:
string
,
state
:
Ref
<
S
>
,
options
?:
TauriPluginVueStoreOptions
<
S
>
,
)
:
Store
<
S
>
Type Parameters
S
extends
State
Parameters
id
:
string
state
:
Ref
<
S
>
options
:
TauriPluginVueStoreOptions
<
S
>
= {}
Returns
Store
<
S
>
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
Constructors
constructor
Properties
id
state
Methods
start
stop
@tauri-store/vue - v0.2.0
Loading...
Starts the store synchronization.