@spartanfx/react v1.2.2
@spartanfx/react / index / IDataFormProps
Interface: IDataFormProps<TValue, TSaveResult>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
TSaveResult
TSaveResult = unknown
Properties
Required
| Property | Type | Default | Description |
|---|
dataFormContext | IDataFormContext<TValue, TSaveResult> | - | - |
Options
| Property | Type | Default | Description |
|---|
showLoadingWhileInitialize? | boolean | - | - |
skipValidation? | boolean | - | - |
Events & callbacks
| Property | Type | Default | Description |
|---|
onSave? | (listItem, dataFormContext) => TSaveResult | Promise<TSaveResult> | - | - |
Appearance & theming
| Property | Type | Default | Description |
|---|
appearance? | AppearanceMode | AppearanceMode.light | Appearance mode for token defaults. |
className? | string | - | - |
style? | CSSProperties | - | - |
themeTokens? | IDataFormThemeTokens | - | Optional token overrides applied as CSS custom properties. |