IPersistenceOptions
Defined in: core/src/types/index.ts:27
Configuration for state persistence.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”persistTo?
Section titled “persistTo?”
optionalpersistTo?:PersistTarget
Defined in: core/src/types/index.ts:29
Where to persist the state. Defaults to “state” (in-memory only).
prefix?
Section titled “prefix?”
optionalprefix?:string
Defined in: core/src/types/index.ts:31
Key prefix to namespace persisted values.