Skip to main content

TouchEventInit

Extends

Properties

altKey?

optional altKey?: boolean;

Inherited from

EventModifierInit.altKey


bubbles?

optional bubbles?: boolean;

Inherited from

EventModifierInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventModifierInit.cancelable


changedTouches?

optional changedTouches?: Touch[];

composed?

optional composed?: boolean;

Inherited from

EventModifierInit.composed


ctrlKey?

optional ctrlKey?: boolean;

Inherited from

EventModifierInit.ctrlKey


detail?

optional detail?: number;

Inherited from

EventModifierInit.detail


metaKey?

optional metaKey?: boolean;

Inherited from

EventModifierInit.metaKey


modifierAltGraph?

optional modifierAltGraph?: boolean;

Inherited from

EventModifierInit.modifierAltGraph


modifierCapsLock?

optional modifierCapsLock?: boolean;

Inherited from

EventModifierInit.modifierCapsLock


modifierFn?

optional modifierFn?: boolean;

Inherited from

EventModifierInit.modifierFn


modifierFnLock?

optional modifierFnLock?: boolean;

Inherited from

EventModifierInit.modifierFnLock


modifierHyper?

optional modifierHyper?: boolean;

Inherited from

EventModifierInit.modifierHyper


modifierNumLock?

optional modifierNumLock?: boolean;

Inherited from

EventModifierInit.modifierNumLock


modifierScrollLock?

optional modifierScrollLock?: boolean;

Inherited from

EventModifierInit.modifierScrollLock


modifierSuper?

optional modifierSuper?: boolean;

Inherited from

EventModifierInit.modifierSuper


modifierSymbol?

optional modifierSymbol?: boolean;

Inherited from

EventModifierInit.modifierSymbol


modifierSymbolLock?

optional modifierSymbolLock?: boolean;

Inherited from

EventModifierInit.modifierSymbolLock


shiftKey?

optional shiftKey?: boolean;

Inherited from

EventModifierInit.shiftKey


targetTouches?

optional targetTouches?: Touch[];

touches?

optional touches?: Touch[];

view?

optional view?: Window | null;

Inherited from

EventModifierInit.view


which?

optional which?: number;

Deprecated

Inherited from

EventModifierInit.which