• Extend events with custom context (created per event)

    Type Parameters

    • TContext

    • ExtraRollForwardPropsIn

    • ExtraRollBackwardPropsIn

    Parameters

    • createContext: ((evt: ExtChainSyncEvent<ExtraRollForwardPropsIn, ExtraRollBackwardPropsIn>) => TContext | Observable<TContext>)
        • (evt: ExtChainSyncEvent<ExtraRollForwardPropsIn, ExtraRollBackwardPropsIn>): TContext | Observable<TContext>
        • Parameters

          Returns TContext | Observable<TContext>

    Returns ExtChainSyncOperator<ExtraRollForwardPropsIn, ExtraRollBackwardPropsIn, TContext, TContext>

Generated using TypeDoc