Variable MouseEvent
MouseEvent: {
prototype: MouseEvent;
new (type: string, eventInitDict?: MouseEventInit): MouseEvent;
}
prototype: MouseEvent;
new (type: string, eventInitDict?: MouseEventInit): MouseEvent;
}
Type declaration
- new (type: string, eventInitDict?: MouseEventInit): MouseEvent
- Parameters- type: string
- OptionaleventInitDict: MouseEventInit
 - Returns MouseEvent
 
- prototype: MouseEvent