Share via


AttachmentData interface

Represents the data of an attachment.

Properties

name

The name of the attachment.

originalBase64

The original data of the attachment in Base64 format.

thumbnailBase64

The thumbnail data of the attachment in Base64 format.

type

The type of the attachment.

Property Details

name

The name of the attachment.

name: string

Property Value

string

originalBase64

The original data of the attachment in Base64 format.

originalBase64: Uint8Array

Property Value

Uint8Array

thumbnailBase64

The thumbnail data of the attachment in Base64 format.

thumbnailBase64: Uint8Array

Property Value

Uint8Array

type

The type of the attachment.

type: string

Property Value

string