ISaveListFormConfiguration
@spartanfx/react / spfx / ISaveListFormConfiguration
Interface: ISaveListFormConfiguration<PreSaveResult>
Configuration options for the SaveListForm function, allowing complete control over the SharePoint list form save pipeline.
Type Parameters
PreSaveResult
PreSaveResult
The optional result from onPreSave, passed to later steps.
Properties
Required
| Property | Type | Description |
|---|---|---|
listFormContext | IListFormContext | The list form context providing form state, validation, and list saving logic. |