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
Optional
eventInitDict: TouchEventInit
Returns TouchEvent
prototype: TouchEvent