Documentation - v0.0.0
Preparing search index...
@arroyodev-llc/utils.fs
SimpleJsonStore
Interface SimpleJsonStore<T>
interface
SimpleJsonStore
<
T
>
{
data
:
Readonly
<
T
>
|
undefined
;
filePath
:
string
;
flush
()
:
void
;
save
(
data
:
T
)
:
Readonly
<
T
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
SimpleStore
HasFile
SimpleJsonStore
Index
Properties
data
file
Path
Methods
flush
save
Properties
data
data
:
Readonly
<
T
>
|
undefined
Data in store.
Readonly
file
Path
filePath
:
string
Path reference.
Methods
flush
flush
()
:
void
FLush all data from store.
Returns
void
save
save
(
data
:
T
)
:
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.