Skip to main content
Version: 1.0.0

IListFormAttachment

@spartanfx/react v1.0.0


@spartanfx/react / 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.