Reference
StoreOptions
Configures store instrumentation and persistence hooks.
Signature
interface StoreOptionsMembers
instrument?: (event: StoreInstrumentationEvent<T>): voidpersist?: (state: T): void | Promise<void>Reference
Configures store instrumentation and persistence hooks.
interface StoreOptionsinstrument?: (event: StoreInstrumentationEvent<T>): voidpersist?: (state: T): void | Promise<void>