Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
DropzoneFile
Interface DropzoneFile
Hierarchy
File
DropzoneFile
Index
Properties
accepted
lastModifiedDate
name
previewElement
previewTemplate
previewsContainer
size
status
type
Methods
msClose
msDetachStream
slice
Properties
public
accepted
:
boolean
public
lastModifiedDate
:
any
public
name
:
string
public
previewElement
:
HTMLElement
public
previewTemplate
:
HTMLElement
public
previewsContainer
:
HTMLElement
public
size
:
number
public
status
:
string
public
type
:
string
Methods
public
msClose
(
)
public
msDetachStream
(
)
:
any
Returns
any
public
slice
(
start
?:
number
, end
?:
number
, contentType
?:
string
)
:
Blob
Parameters
start?:
number
optional
end?:
number
optional
contentType?:
string
optional
Returns
Blob
Globals
jquery