Preparing search index...
The search index is not available
@amadeus-it-group/tansu
@amadeus-it-group/tansu
SignalStore
Interface SignalStore<T>
Represents a store that can return its value with a get method.
interface
SignalStore
<
T
>
{
get
(
)
:
T
;
}
Type Parameters
T
Hierarchy (
view full
)
SignalStore
Readable
Index
Methods
get
Methods
get
get
(
)
:
T
Returns the value of the store.
Returns
T
Settings
Theme
OS
Light
Dark
On This Page
Methods
get
@amadeus-it-group/tansu
Loading...
Represents a store that can return its value with a get method.