IDataFormChangeContext
@spartanfx/react / index / IDataFormChangeContext
Interface: IDataFormChangeContext<TValue>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
Properties
Required
| Property | Type | Description |
|---|---|---|
changedValues | Partial<TValue> | - |
dirtyFields | string[] | - |
fieldName | string | - |
isDirty | boolean | - |
previousValue | unknown | - |
values | TValue | - |
Options
| Property | Type | Description |
|---|---|---|
field? | IDataFormFieldInfo<TValue> | - |