@spartanfx/react v1.1.0
@spartanfx/react / spfx / IListFormAttachment
Interface: IListFormAttachment
Represents an attachment in the list form.
Extends the default SharePoint IAttachmentInfo with additional file input data used for upload.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|
FileInput? | HTMLInputElement | The underlying file input element used for uploading this attachment. | - |
FileName? | string | - | Partial.FileName |
FileNameAsPath? | object | - | Partial.FileNameAsPath |
FileNameAsPath.DecodedUrl | string | - | - |
ServerRelativePath? | object | - | Partial.ServerRelativePath |
ServerRelativePath.DecodedUrl | string | - | - |
ServerRelativeUrl? | string | - | Partial.ServerRelativeUrl |