Preparing search index...
The search index is not available
MobX RESTful
MobX RESTful
PersistNode
Class PersistNode<V, S>
Type Parameters
V
=
any
S
=
any
Implements
PersistMeta
<
V
,
S
>
Index
Constructors
constructor
Properties
disposer?
expire
In?
get?
key
set?
value?
Methods
destroy
load
save
Constructors
constructor
new
PersistNode
<
V
=
any
,
S
=
any
>
(
meta
:
PersistMeta
<
V
,
S
>
)
:
PersistNode
<
V
,
S
>
Type Parameters
V
=
any
S
=
any
Parameters
meta
:
PersistMeta
<
V
,
S
>
Returns
PersistNode
<
V
,
S
>
Properties
Optional
disposer
disposer
?:
IReactionDisposer
Optional
expire
In
expireIn
?:
number
Optional
get
get
?:
(
value
?:
S
)
=>
V
|
Promise
<
V
>
key
key
:
string
Optional
set
set
?:
(
value
:
V
)
=>
S
|
Promise
<
S
>
Optional
value
value
?:
V
|
S
Methods
destroy
destroy
(
storeKey
:
string
)
:
Promise
<
void
>
Parameters
storeKey
:
string
Returns
Promise
<
void
>
load
load
(
storeKey
:
string
)
:
Promise
<
void
|
V
|
S
>
Parameters
storeKey
:
string
Returns
Promise
<
void
|
V
|
S
>
save
save
(
storeKey
:
string
,
value
?:
V
)
:
Promise
<
void
>
Parameters
storeKey
:
string
Optional
value
:
V
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
disposer
expire
In
get
key
set
value
Methods
destroy
load
save
MobX RESTful
BaseListModel
BaseModel
ListModel
PersistNode
PageData
PersistListMeta
PersistMeta
PersistModel
DataObject
Filter
IDType
NewData
PersistFieldMeta
RESTClient
Statistic
Buffer
destroy
persist
persistList
restore
Stream
toggle
toggleNotification
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R