Interface InputEventInit

interface InputEventInit {
bubbles ?: boolean;
cancelable ?: boolean;
composed ?: boolean;
data ?: null | string;
dataTransfer ?: null | DataTransfer ;
detail ?: number;
inputType ?: string;
isComposing ?: boolean;
targetRanges ?: StaticRange [];
view ?: null | Window ;
which ?: number;
}

Hierarchy (view full)

Properties

Optionalbubbles

bubbles?: boolean

Optionalcancelable

cancelable?: boolean

Optionalcomposed

composed?: boolean

Optionaldata

data?: null | string

OptionaldataTransfer

dataTransfer?: null | DataTransfer

Optionaldetail

detail?: number

OptionalinputType

inputType?: string

OptionalisComposing

isComposing?: boolean

OptionaltargetRanges

targetRanges?: StaticRange []

Optionalview

view?: null | Window

Optionalwhich

which?: number

Deprecated

Settings

Member Visibility

On This Page

AltStyle によって変換されたページ (->オリジナル) /