Popup Attachment
Represents an attachment belonging to a popup. Wraps the Attachment object and adds additional properties and methods to support displaying attachments in a popup.
Since
200.1.0
Properties
Link copied to clipboard
The underlying Attachment.
Link copied to clipboard
The MIME content type of the PopupAttachment.
Link copied to clipboard
The name of the PopupAttachment.
Link copied to clipboard
The size of the PopupAttachment in bytes.
Link copied to clipboard
The type of the PopupAttachment.
Functions
Link copied to clipboard
Creates asynchronously the full image for displaying the attachment in full screen or some UI larger than a thumbnail. This is only supported if the PopupAttachment.type is PopupAttachmentType.Image.
Link copied to clipboard
Creates asynchronously a thumbnail image with the specified width and height. This is only supported if the PopupAttachment.type is PopupAttachmentType.Image.