Skip to content

addEventApi

addEventApi<M>(target: M): addEventApi<M>

Defined in: factory-machine-event-api.ts:51

Enhances a FactoryMachine instance with an API property containing event sender functions.

Type ParameterDescription
M extends FactoryMachine<any>Type of FactoryMachine
ParameterTypeDescription
targetMThe machine instance to enhance

addEventApi<M>

The enhanced machine with an api property