Preparing search index...
The search index is not available
Documentation - v0.0.0
Documentation
@arroyodev-llc/utils.fs
SimpleJsonStore
Interface SimpleJsonStore<T>
interface
SimpleJsonStore
<
T
>
{
data
:
undefined
|
Readonly
<
T
>
;
filePath
:
string
;
flush
(
)
:
void
;
save
(
data
:
T
)
:
Readonly
<
T
>
;
}
Type Parameters
T
Hierarchy (
view full
)
SimpleStore
HasFile
SimpleJsonStore
Index
Properties
data
file
Path
Methods
flush
save
Properties
data
data
:
undefined
|
Readonly
<
T
>
Data in store.
Readonly
file
Path
file
Path
:
string
Path reference.
Methods
flush
flush
(
)
:
void
FLush all data from store.
Returns
void
save
save
(
data
)
:
Readonly
<
T
>
Overwrite store data.
Parameters
data
:
T
new data.
Returns
Readonly
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
file
Path
Methods
flush
save
Documentation - v0.0.0
Loading...
Data in store.