UsePersistentUserChoicesOptions
Defined in: packages/react/src/hooks/usePersistentUserChoices.ts:12
Properties
defaults?
optional defaults?: Partial<PersistentUserChoices>;Defined in: packages/react/src/hooks/usePersistentUserChoices.ts:14
The options.defaults property.
preventLoad?
optional preventLoad?: boolean;Defined in: packages/react/src/hooks/usePersistentUserChoices.ts:16
The options.preventLoad property.
preventSave?
optional preventSave?: boolean;Defined in: packages/react/src/hooks/usePersistentUserChoices.ts:18
The options.preventSave property.