Skip to main content
Version: 1.1.0

IDataFormSubmitContext

@spartanfx/react v1.1.0


@spartanfx/react / index / IDataFormSubmitContext

Interface: IDataFormSubmitContext<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

PropertyType
changedValuesPartial<TValue>
dirtyFieldsstring[]
fieldsIDataFormFieldInfo<TValue>[]
initialValuesTValue
isDirtyboolean
metadata?Record<string, unknown>
modeDataFormMode
valuesTValue