Reference

StoreInstrumentationEvent

Describes one store instrumentation event emitted after a state change.

Signature

interface StoreInstrumentationEvent

Members

previous: T
state: T
type: "replace" | "set" | "transaction"