AttachmentTypeΒΆ
Enumeration AttachmentType
Index
Enumeration Members
Enumeration Members
ARRAYBUFFER
ARRAYBUFFER: "arraybuffer"
Defines an attachment type for arraybuffer data.
BLOB
BLOB: "blob"
Defines an attachment type for blob data.
DOCUMENT
DOCUMENT: "document"
Defines an attachment type for HTML document or XML document data.
JSON
JSON: "json"
Defines an attachment type for json data.
TEXT
TEXT: "text"
Defines an attachment type for text data.
Defines the information about the content type of attachments. An attachment type stores information about the format of the attachment data. Further information about the attachment type can be found in the official documentation of the responseType of a XMLHttpRequest.
See
AttachmentAPI.createAttachment