Typescript Library Declarations (DOM)
Variable 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
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (DOM)