IFormPersistenceOptions
Defined in: forms/src/types/index.ts:26
Configuration for form state persistence (extends core persistence).
Extends
Section titled “Extends”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).
Inherited from
Section titled “Inherited from”prefix?
Section titled “prefix?”
optionalprefix?:string
Defined in: core/src/types/index.ts:31
Key prefix to namespace persisted values.
Inherited from
Section titled “Inherited from”restoreOnMount?
Section titled “restoreOnMount?”
optionalrestoreOnMount?:boolean
Defined in: forms/src/types/index.ts:28
Whether to restore form values on mount.