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