FoldOptions
@rotorsoft/act-root / act/src / FoldOptions
Type Alias: FoldOptions
FoldOptions =
Readonly<{flushEvery?:number;maxCachedStates?:number; }>
Defined in: libs/act/src/types/reaction.ts:247
Options for projection(name).of(state, options) โ both deterministic:
behavior is a pure function of the event sequence and these two bounds.