InputEventInit
interface InputEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data?: null | string;
dataTransfer?: null | DataTransfer;
inputType?: string;
isComposing?: boolean;
targetRanges?: StaticRange[];
detail?: number;
view?: null | Window;
which?: number;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data?: null | string;
dataTransfer?: null | DataTransfer;
inputType?: string;
isComposing?: boolean;
targetRanges?: StaticRange[];
detail?: number;
view?: null | Window;
which?: number;
}
Hierarchy (View Summary)
- UIEventInit
- InputEventInit
Index
Properties
<internal>.InputEventInit.bubbles<internal>.InputEventInit.cancelable<internal>.InputEventInit.composed<internal>.InputEventInit.data<internal>.InputEventInit.dataTransfer<internal>.InputEventInit.inputType<internal>.InputEventInit.isComposing<internal>.InputEventInit.targetRanges<internal>.InputEventInit.detail<internal>.InputEventInit.view<internal>.InputEventInit.which
Properties
Optionalbubbles
bubbles?: boolean
Optionalcancelable
cancelable?: boolean
Optionalcomposed
composed?: boolean
Optionaldata
data?: null | string
Optionaldata Transfer
Optionalinput Type
inputType?: string
Optionalis Composing
isComposing?: boolean
Optionaltarget Ranges
Optionaldetail
detail?: number
Optionalview
Optionalwhich
which?: number
Deprecated