IDataFormResetContext
@spartanfx/react / index / IDataFormResetContext
Interface: IDataFormResetContext<TValue>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
Properties
Required
| Property | Type | Description |
|---|---|---|
mode | DataFormMode | - |
previousValues | TValue | - |
values | TValue | - |
Options
| Property | Type | Description |
|---|---|---|
metadata? | Record<string, unknown> | - |