Preparing search index...
The search index is not available
thingies
thingies
SyncStore
Interface SyncStore<T>
React.js synchronous state interface.
interface
SyncStore
<
T
>
{
getSnapshot
:
(
(
)
=>
T
)
;
subscribe
:
SyncStoreSubscribe
;
}
Type Parameters
T
Implemented by
Computed
Value
Index
Properties
get
Snapshot
subscribe
Properties
get
Snapshot
get
Snapshot
:
(
(
)
=>
T
)
Type declaration
(
)
:
T
Returns
T
subscribe
subscribe
:
SyncStoreSubscribe
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Snapshot
subscribe
thingies
Loading...
React.js synchronous state interface.