IDataFormFieldRenderContext
@spartanfx/react / index / IDataFormFieldRenderContext
Interface: IDataFormFieldRenderContext<TValue>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
Properties
Required
| Property | Type | Description |
|---|---|---|
fields | IDataFormFieldInfo<TValue>[] | - |
initialValues | TValue | - |
mode | DataFormMode | - |
translate | (text) => string | - |
values | TValue | - |
Options
| Property | Type | Description |
|---|---|---|
metadata? | Record<string, unknown> | - |