Preparing search index...
The search index is not available
@xarc/react-recoil
@xarc/react-recoil
browser
Recoil
ReadOnlySelectorOptions
Interface ReadOnlySelectorOptions<T>
interface
ReadOnlySelectorOptions
<
T
>
{
cachePolicy_UNSTABLE
?:
CachePolicyWithoutEquality
;
dangerouslyAllowMutability
?:
boolean
;
get
:
(
(
opts
)
=>
T
|
Promise
<
T
>
|
RecoilValue
<
T
>
|
Loadable
<
T
>
|
WrappedValue
<
T
>
)
;
key
:
string
;
}
Type Parameters
T
Hierarchy (
view full
)
ReadOnlySelectorOptions
ReadWriteSelectorOptions
Index
Properties
cache
Policy_
UNSTABLE?
dangerously
Allow
Mutability?
get
key
Properties
Optional
cache
Policy_
UNSTABLE
cache
Policy_
UNSTABLE
?:
CachePolicyWithoutEquality
Optional
dangerously
Allow
Mutability
dangerously
Allow
Mutability
?:
boolean
get
get
:
(
(
opts
)
=>
T
|
Promise
<
T
>
|
RecoilValue
<
T
>
|
Loadable
<
T
>
|
WrappedValue
<
T
>
)
Type declaration
(
opts
)
:
T
|
Promise
<
T
>
|
RecoilValue
<
T
>
|
Loadable
<
T
>
|
WrappedValue
<
T
>
Parameters
opts
:
{
get
:
GetRecoilValue
;
getCallback
:
GetCallback
;
}
get
:
GetRecoilValue
get
Callback
:
GetCallback
Returns
T
|
Promise
<
T
>
|
RecoilValue
<
T
>
|
Loadable
<
T
>
|
WrappedValue
<
T
>
key
key
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cache
Policy_
UNSTABLE
dangerously
Allow
Mutability
get
key
@xarc/react-recoil
Loading...