InstrumentationObserver<EM extends EventMapBase = EventMapBase>
typeObserver 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
| Name | Type | Description |
|---|---|---|
EM | extends EventMapBase | Event map. |