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