Skip to main content
Version: 1.0.0

IFormAttachments

@spartanfx/react v1.0.0


@spartanfx/react / IFormAttachments

Interface: IFormAttachments

Interface for managing attachments in SharePoint list forms.

Properties

PropertyTypeDescription
getAttachments() => InlineItem<IListFormAttachment>[]Returns the current list of attachments.
getAttachmentsAndDeletedAttachments() => InlineItem<IListFormAttachment>[]Returns the list of attachments, including those marked for deletion.
setAttachments(attachments) => voidReplaces the current attachment list with the provided values.