IDataFormCancelContext
@spartanfx/react / index / IDataFormCancelContext
Interface: IDataFormCancelContext<TValue>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
Properties
Required
| Property | Type | Description |
|---|---|---|
dirtyFields | string[] | - |
isDirty | boolean | - |
mode | DataFormMode | - |
values | TValue | - |
Options
| Property | Type | Description |
|---|---|---|
metadata? | Record<string, unknown> | - |