AppleSauce
Preparing search index...
applesauce-core
Model
Type Alias Model<T, TStore>
Model
:
(
events
:
ModelEventStore
<
TStore
>
)
=>
Observable
<
T
>
A computed view of an event set or event store
Type Parameters
T
extends
unknown
TStore
extends
IEventStore
|
IAsyncEventStore
=
IEventStore
|
IAsyncEventStore
Type Declaration
(
events
:
ModelEventStore
<
TStore
>
)
:
Observable
<
T
>
Parameters
events
:
ModelEventStore
<
TStore
>
Returns
Observable
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AppleSauce
Loading...
A computed view of an event set or event store