Search
Search something to see results
Mobilizing
GitHub
Mobilizing
/
<internal>
/
DragEvent
DragEvent
DragEvent
:
{
prototype
:
DragEvent
;
new
(
type
:
string
,
eventInitDict
?:
DragEventInit
)
:
DragEvent
;
}
Type declaration
new
(
type
:
string
,
eventInitDict
?:
DragEventInit
)
:
DragEvent
Parameters
type
:
string
Optional
eventInitDict
:
DragEventInit
Returns
DragEvent
prototype
:
DragEvent