Search
Preparing search index...
The search index is not available
@netgrif/components-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@netgrif/components-core
FileUploadMIMEType
Enumeration FileUploadMIMEType
Supported types of files a user can select through a file picker.
Index
Enumeration Members
AUDIO
DOC_
DOCX
IMAGE
JPG_
JPEG
PDF
VIDEO
XLS_
XLSX
XML
Enumeration Members
AUDIO
AUDIO
:
"audio/*"
DOC_
DOCX
DOC_
DOCX
:
".doc,.docx"
IMAGE
IMAGE
:
"image/*"
JPG_
JPEG
JPG_
JPEG
:
".jpg,.jpeg"
PDF
PDF
:
".pdf"
VIDEO
VIDEO
:
"video/*"
XLS_
XLSX
XLS_
XLSX
:
".xls,.xlsx"
XML
XML
:
".xml"
Exports
File
UploadMIMEType
AUDIO
DOC_
DOCX
IMAGE
JPG_
JPEG
PDF
VIDEO
XLS_
XLSX
XML
Generated using
TypeDoc
Supported types of files a user can select through a file picker.