InstrumentationObserver<EM extends EventMapBase = EventMapBase>

type
types.ts:193

Observer for StoreInstance.instrument. Called once per emitted event (committed or vetoed), after the synchronous reduce phase.

Definition

type
type InstrumentationObserver<EM extends EventMapBase = EventMapBase> = (info: InstrumentedEvent<EM>) => void

(info: InstrumentedEvent<EM>) => void

Type parameters

NameTypeDescription
EMextends EventMapBaseEvent map.