Skip to main content
Version: 2.1.4

IListFormAttachment

3p-core v2.1.4


3p-core / IListFormAttachment

Interface: IListFormAttachment

Represents an attachment in the list form. Extends the default SharePoint IAttachmentInfo with additional file input data used for upload.

Extends

  • Partial<IAttachmentInfo>

Properties

PropertyTypeDescription
FileInput?HTMLInputElementThe underlying file input element used for uploading this attachment.