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