Interface ProjectorEventHandlers<ExtraRollForwardPropsIn, ExtraRollBackwardPropsIn, ExtraRollForwardPropsOut, ExtraRollBackwardPropsOut>

Type Parameters

  • ExtraRollForwardPropsIn

  • ExtraRollBackwardPropsIn

  • ExtraRollForwardPropsOut = ExtraRollForwardPropsIn

  • ExtraRollBackwardPropsOut = ExtraRollBackwardPropsIn

Hierarchy

  • ProjectorEventHandlers

Properties

rollBackward: ((evt: RollBackwardEvent<ExtraRollBackwardPropsIn>) => MaybeObservable<RollBackwardEvent<ExtraRollBackwardPropsOut>>)

Type declaration

rollForward: ((evt: RollForwardEvent<ExtraRollForwardPropsIn>) => MaybeObservable<RollForwardEvent<ExtraRollForwardPropsOut>>)

Type declaration

Generated using TypeDoc