Skip to main content

PointerEventInit

Extends

Properties

altitudeAngle?

optional altitudeAngle?: number;

altKey?

optional altKey?: boolean;

Inherited from

MouseEventInit.altKey


azimuthAngle?

optional azimuthAngle?: number;

bubbles?

optional bubbles?: boolean;

Inherited from

MouseEventInit.bubbles


button?

optional button?: number;

Inherited from

MouseEventInit.button


buttons?

optional buttons?: number;

Inherited from

MouseEventInit.buttons


cancelable?

optional cancelable?: boolean;

Inherited from

MouseEventInit.cancelable


clientX?

optional clientX?: number;

Inherited from

MouseEventInit.clientX


clientY?

optional clientY?: number;

Inherited from

MouseEventInit.clientY


coalescedEvents?

optional coalescedEvents?: PointerEvent[];

composed?

optional composed?: boolean;

Inherited from

MouseEventInit.composed


ctrlKey?

optional ctrlKey?: boolean;

Inherited from

MouseEventInit.ctrlKey


detail?

optional detail?: number;

Inherited from

MouseEventInit.detail


height?

optional height?: number;

isPrimary?

optional isPrimary?: boolean;

metaKey?

optional metaKey?: boolean;

Inherited from

MouseEventInit.metaKey


modifierAltGraph?

optional modifierAltGraph?: boolean;

Inherited from

MouseEventInit.modifierAltGraph


modifierCapsLock?

optional modifierCapsLock?: boolean;

Inherited from

MouseEventInit.modifierCapsLock


modifierFn?

optional modifierFn?: boolean;

Inherited from

MouseEventInit.modifierFn


modifierFnLock?

optional modifierFnLock?: boolean;

Inherited from

MouseEventInit.modifierFnLock


modifierHyper?

optional modifierHyper?: boolean;

Inherited from

MouseEventInit.modifierHyper


modifierNumLock?

optional modifierNumLock?: boolean;

Inherited from

MouseEventInit.modifierNumLock


modifierScrollLock?

optional modifierScrollLock?: boolean;

Inherited from

MouseEventInit.modifierScrollLock


modifierSuper?

optional modifierSuper?: boolean;

Inherited from

MouseEventInit.modifierSuper


modifierSymbol?

optional modifierSymbol?: boolean;

Inherited from

MouseEventInit.modifierSymbol


modifierSymbolLock?

optional modifierSymbolLock?: boolean;

Inherited from

MouseEventInit.modifierSymbolLock


movementX?

optional movementX?: number;

Inherited from

MouseEventInit.movementX


movementY?

optional movementY?: number;

Inherited from

MouseEventInit.movementY


pointerId?

optional pointerId?: number;

pointerType?

optional pointerType?: string;

predictedEvents?

optional predictedEvents?: PointerEvent[];

pressure?

optional pressure?: number;

relatedTarget?

optional relatedTarget?: EventTarget | null;

Inherited from

MouseEventInit.relatedTarget


screenX?

optional screenX?: number;

Inherited from

MouseEventInit.screenX


screenY?

optional screenY?: number;

Inherited from

MouseEventInit.screenY


shiftKey?

optional shiftKey?: boolean;

Inherited from

MouseEventInit.shiftKey


tangentialPressure?

optional tangentialPressure?: number;

tiltX?

optional tiltX?: number;

tiltY?

optional tiltY?: number;

twist?

optional twist?: number;

view?

optional view?: Window | null;

Inherited from

MouseEventInit.view


which?

optional which?: number;

Deprecated

Inherited from

MouseEventInit.which


width?

optional width?: number;