Skip to main content

InputEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

UIEventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

UIEventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

UIEventInit.composed


data?

optional data?: string | null;

dataTransfer?

optional dataTransfer?: DataTransfer | null;

detail?

optional detail?: number;

Inherited from

UIEventInit.detail


inputType?

optional inputType?: string;

isComposing?

optional isComposing?: boolean;

targetRanges?

optional targetRanges?: StaticRange[];

view?

optional view?: Window | null;

Inherited from

UIEventInit.view


which?

optional which?: number;

Deprecated

Inherited from

UIEventInit.which