Micrio Client - v7.0.0
Preparing search index...
core/store
get
Function get
get
<
T
>
(
store
:
{
subscribe
(
fn
:
Subscriber
<
T
>
)
:
Unsubscriber
}
)
:
T
Synchronously reads the current value of a store by subscribing and immediately unsubscribing.
Type Parameters
T
Parameters
store
:
{
subscribe
(
fn
:
Subscriber
<
T
>
)
:
Unsubscriber
}
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Micrio Client - v7.0.0
Loading...
Synchronously reads the current value of a store by subscribing and immediately unsubscribing.