IUseSharePointDataFormConfig
@spartanfx/react / spfx / IUseSharePointDataFormConfig
Interface: IUseSharePointDataFormConfig
Configuration for the SPFx SharePoint DataForm adapter.
Properties
Required
| Property | Type | Description |
|---|---|---|
sp | SPFI | - |
Options
| Property | Type | Description |
|---|---|---|
autoRefresh? | boolean | - |
context? | WebPartContext | - |
disabled? | boolean | - |
fieldInternalNames? | string[] | - |
folderPath? | string | - |
includeHiddenFields? | boolean | - |
initialItem? | Record<string, unknown> | - |
itemId? | number | - |
labelOverrides? | Record<string, string> | - |
listId? | string | - |
listName? | string | - |
mode? | DataFormMode | - |
readonly? | boolean | - |