IDataFormSaveOptions
@spartanfx/react / index / IDataFormSaveOptions
Interface: IDataFormSaveOptions<TValue, TSaveResult>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
TSaveResult
TSaveResult = unknown
Properties
Options
| Property | Type | Description |
|---|---|---|
skipValidation? | boolean | - |
Events & callbacks
| Property | Type | Description |
|---|---|---|
onSave? | (listItem, dataFormContext) => TSaveResult | Promise<TSaveResult> | - |