@tauri-apps/plugin-stronghold - v2.3.0
Tauri Docs
GitHub
Preparing search index...
Store
Class Store
Index
Constructors
constructor
Properties
path
client
Methods
get
insert
remove
Constructors
constructor
new
Store
(
path
:
string
,
client
:
ClientPath
)
:
Store
Parameters
path
:
string
client
:
ClientPath
Returns
Store
Properties
path
path
:
string
client
client
:
ClientPath
Methods
get
get
(
key
:
StoreKey
)
:
Promise
<
null
|
Uint8Array
<
ArrayBufferLike
>
>
Parameters
key
:
StoreKey
Returns
Promise
<
null
|
Uint8Array
<
ArrayBufferLike
>
>
insert
insert
(
key
:
StoreKey
,
value
:
number
[]
,
lifetime
?:
Duration
)
:
Promise
<
void
>
Parameters
key
:
StoreKey
value
:
number
[]
Optional
lifetime
:
Duration
Returns
Promise
<
void
>
remove
remove
(
key
:
StoreKey
)
:
Promise
<
null
|
Uint8Array
<
ArrayBufferLike
>
>
Parameters
key
:
StoreKey
Returns
Promise
<
null
|
Uint8Array
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
path
client
Methods
get
insert
remove
Tauri Docs
GitHub
@tauri-apps/plugin-stronghold - v2.3.0
Loading...