Skip to main content

EventModifierInit

Extends

Extended by

Properties

altKey?

optional altKey?: boolean;

bubbles?

optional bubbles?: boolean;

Inherited from

UIEventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

UIEventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

UIEventInit.composed


ctrlKey?

optional ctrlKey?: boolean;

detail?

optional detail?: number;

Inherited from

UIEventInit.detail


metaKey?

optional metaKey?: boolean;

modifierAltGraph?

optional modifierAltGraph?: boolean;

modifierCapsLock?

optional modifierCapsLock?: boolean;

modifierFn?

optional modifierFn?: boolean;

modifierFnLock?

optional modifierFnLock?: boolean;

modifierHyper?

optional modifierHyper?: boolean;

modifierNumLock?

optional modifierNumLock?: boolean;

modifierScrollLock?

optional modifierScrollLock?: boolean;

modifierSuper?

optional modifierSuper?: boolean;

modifierSymbol?

optional modifierSymbol?: boolean;

modifierSymbolLock?

optional modifierSymbolLock?: boolean;

shiftKey?

optional shiftKey?: boolean;

view?

optional view?: Window | null;

Inherited from

UIEventInit.view


which?

optional which?: number;

Deprecated

Inherited from

UIEventInit.which