Search
Loading...
Skip to content

Variable: MimeType

const MimeType: object;

Represents the MIME types used in the editor.

Type declaration#

NameType
Png"image/png"
Jpeg"image/jpeg"
WebP"image/webp"
Tga"image/x-tga"
Wav"audio/wav"
Mp4"video/mp4"
QuickTime"video/quicktime"
Binary"application/octet-stream"
Pdf"application/pdf"
Zip"application/zip"

Deprecated#

Use the MimeType string literal types instead.