Materializer
Materializer<
TEventDef
> = (event
,context
) =>SingleOrReadonlyArray
<MaterializerResult
>
Defined in: packages/@livestore/common/dist/schema/EventDef.d.ts:103
Type Parameters
Section titled “Type Parameters”TEventDef
Section titled “TEventDef”TEventDef
extends AnyWithoutFn
= AnyWithoutFn
Parameters
Section titled “Parameters”TEventDef
["schema"
]["Type"
]
context
Section titled “context”currentFacts
Section titled “currentFacts”eventDef
Section titled “eventDef”TEventDef
Can be used to query the current state
Returns
Section titled “Returns”SingleOrReadonlyArray
<MaterializerResult
>