PatchHandlers
@rotorsoft/act-root / act/src / PatchHandlers
Type Alias: PatchHandlers<S, E>
PatchHandlers<
S
,E
> ={ [K in keyof E]: PatchHandler<S, E, K> }
Defined in: libs/act/src/types/action.ts:159
Maps event names to their patch handlers.
Type Parameters
S
S
extends Schema
State schema.
E
E
extends Schemas
Event schemas.