Variable KeyboardEvent
KeyboardEvent: {
DOM_KEY_LOCATION_LEFT: 1;
DOM_KEY_LOCATION_NUMPAD: 3;
DOM_KEY_LOCATION_RIGHT: 2;
DOM_KEY_LOCATION_STANDARD: 0;
prototype: KeyboardEvent;
new (type: string, eventInitDict?: KeyboardEventInit): KeyboardEvent;
}
DOM_KEY_LOCATION_LEFT: 1;
DOM_KEY_LOCATION_NUMPAD: 3;
DOM_KEY_LOCATION_RIGHT: 2;
DOM_KEY_LOCATION_STANDARD: 0;
prototype: KeyboardEvent;
new (type: string, eventInitDict?: KeyboardEventInit): KeyboardEvent;
}
Type declaration
- new (type: string, eventInitDict?: KeyboardEventInit): KeyboardEvent
- Parameters- type: string
- OptionaleventInitDict: KeyboardEventInit
 - Returns KeyboardEvent
 
- ReadonlyDOM_KEY_LOCATION_LEFT: 1
- ReadonlyDOM_KEY_LOCATION_NUMPAD: 3
- ReadonlyDOM_KEY_LOCATION_RIGHT: 2
- ReadonlyDOM_KEY_LOCATION_STANDARD: 0
- prototype: KeyboardEvent