AttachmentData interface

添付ファイル データ

プロパティ

name

添付ファイルの名前

originalBase64

添付ファイルのコンテンツ

thumbnailBase64

添付ファイルのサムネイル

type

添付ファイルの Content-Type

プロパティの詳細

name

添付ファイルの名前

name: string

プロパティ値

string

originalBase64

添付ファイルのコンテンツ

originalBase64: Uint8Array

プロパティ値

Uint8Array

thumbnailBase64

添付ファイルのサムネイル

thumbnailBase64: Uint8Array

プロパティ値

Uint8Array

type

添付ファイルの Content-Type

type: string

プロパティ値

string