AttachmentType | Matterport SDK
Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.

Index

Enumeration members

Enumeration members

IMAGE

IMAGE: = "tag.attachment.image"

Image files (e.g., JPEG, PNG, GIF).

PDF

PDF: = "tag.attachment.pdf"

PDF documents.

RICH

RICH: = "tag.attachment.rich"

Rich embedded content (e.g., YouTube, Vimeo). Rendered via oEmbed.

SANDBOX

SANDBOX: = "tag.attachment.sandbox"

Custom HTML/script sandbox created via Tag.registerSandbox. Cannot be used with Tag.registerAttachment.

UNKNOWN

UNKNOWN: = "tag.attachment.unknown"

Unresolved attachment type. Used for attachments until oEmbed resolves the actual type.

VIDEO

VIDEO: = "tag.attachment.video"

Video embeds (e.g., YouTube, Vimeo).

ZIP

ZIP: = "tag.attachment.zip"

Archive files (e.g., ZIP). Supported for file uploads only.