InputEventInit
Extends
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
composed?
optional composed?: boolean;
Inherited from
data?
optional data?: string | null;
dataTransfer?
optional dataTransfer?: DataTransfer | null;
detail?
optional detail?: number;
Inherited from
inputType?
optional inputType?: string;
isComposing?
optional isComposing?: boolean;
targetRanges?
optional targetRanges?: StaticRange[];
view?
optional view?: Window | null;
Inherited from
which?
optional which?: number;