Preparing search index...
The search index is not available
@xarc/react-recoil
@xarc/react-recoil
browser
Recoil
MutableSnapshot
Class MutableSnapshot
Hierarchy (
view full
)
Snapshot
MutableSnapshot
Index
Constructors
constructor
Properties
reset
set
Methods
async
Map
getID
get
Info_
UNSTABLE
get
Loadable
get
Nodes_
UNSTABLE
get
Promise
is
Retained
map
retain
Constructors
constructor
new
Mutable
Snapshot
(
)
:
MutableSnapshot
Returns
MutableSnapshot
Properties
reset
reset
:
ResetRecoilState
set
set
:
SetRecoilState
Methods
async
Map
async
Map
(
cb
)
:
Promise
<
Snapshot
>
Parameters
cb
:
(
(
mutableSnapshot
)
=>
Promise
<
void
>
)
(
mutableSnapshot
)
:
Promise
<
void
>
Parameters
mutableSnapshot
:
MutableSnapshot
Returns
Promise
<
void
>
Returns
Promise
<
Snapshot
>
getID
getID
(
)
:
SnapshotID
Returns
SnapshotID
get
Info_
UNSTABLE
get
Info_
UNSTABLE
<
T
>
(
recoilValue
)
:
RecoilStateInfo
<
T
>
Type Parameters
T
Parameters
recoilValue
:
RecoilValue
<
T
>
Returns
RecoilStateInfo
<
T
>
get
Loadable
get
Loadable
<
T
>
(
recoilValue
)
:
Loadable
<
T
>
Type Parameters
T
Parameters
recoilValue
:
RecoilValue
<
T
>
Returns
Loadable
<
T
>
get
Nodes_
UNSTABLE
get
Nodes_
UNSTABLE
(
opts
?
)
:
Iterable
<
RecoilValue
<
unknown
>
>
Parameters
Optional
opts
:
{
isInitialized
?:
boolean
;
isModified
?:
boolean
;
}
Optional
is
Initialized
?:
boolean
Optional
is
Modified
?:
boolean
Returns
Iterable
<
RecoilValue
<
unknown
>
>
get
Promise
get
Promise
<
T
>
(
recoilValue
)
:
Promise
<
T
>
Type Parameters
T
Parameters
recoilValue
:
RecoilValue
<
T
>
Returns
Promise
<
T
>
is
Retained
is
Retained
(
)
:
boolean
Returns
boolean
map
map
(
cb
)
:
Snapshot
Parameters
cb
:
(
(
mutableSnapshot
)
=>
void
)
(
mutableSnapshot
)
:
void
Parameters
mutableSnapshot
:
MutableSnapshot
Returns
void
Returns
Snapshot
retain
retain
(
)
:
(
(
)
=>
void
)
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
reset
set
async
Map
getID
get
Info_
UNSTABLE
get
Loadable
get
Nodes_
UNSTABLE
get
Promise
is
Retained
map
retain
@xarc/react-recoil
Loading...