Interface: ResetOptions
features/reset.ResetOptions
An object that configures a Clickable.
Properties
onReset
• Optional
onReset: VoidFunction
A function that is called when the reset is performed.
Defined in
profectus/src/features/reset.ts:24
thingsToReset
• thingsToReset: Computable
<Record
<string
, unknown
>[]>
List of things to reset. Can include objects which will be recursed over for persistent values.