Skip to main content

IDataFormSubmitContext

@spartanfx/react v1.2.2


@spartanfx/react / index / IDataFormSubmitContext

Interface: IDataFormSubmitContext<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

Required

PropertyTypeDescription
changedValuesPartial<TValue>-
dirtyFieldsstring[]-
fieldsIDataFormFieldInfo<TValue>[]-
initialValuesTValue-
isDirtyboolean-
modeDataFormMode-
valuesTValue-

Options

PropertyTypeDescription
metadata?Record<string, unknown>-