Skip to main content

IDataFormFieldRenderContext

@spartanfx/react v1.2.2


@spartanfx/react / index / IDataFormFieldRenderContext

Interface: IDataFormFieldRenderContext<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

Required

PropertyTypeDescription
fieldsIDataFormFieldInfo<TValue>[]-
initialValuesTValue-
modeDataFormMode-
translate(text) => string-
valuesTValue-

Options

PropertyTypeDescription
metadata?Record<string, unknown>-