Skip to main content
Version: 2.1.4

IImageField

3p-core v2.1.4


3p-core / IImageField

Interface: IImageField

Represents metadata for an image file stored in a SharePoint library, including preview and rendering support.

Properties

PropertyTypeDescription
fileNamestringName of the file (e.g., image.jpg).
idstringUnique identifier of the image item in SharePoint.
serverRelativeUrlstringServer-relative URL to the image file.
serverUrlstringAbsolute server URL (e.g., used in preview rendering).
thumbnailRendererobjectMetadata used for rendering thumbnail previews.
thumbnailRenderer.fileVersionnumberVersion number of the image file.
thumbnailRenderer.spItemUrlstringDirect URL to the SharePoint item representing the image.
thumbnailRenderer.sponsorTokenstringToken used for sponsor-based rendering in preview contexts.