Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Experimental WebAPI
GitHub

KeyboardEvent

Values

asEvent

letasEvent:WebAPI.UIEventsAPI.keyboardEvent=>WebAPI.EventAPI.event

asUIEvent

letasUIEvent:WebAPI.UIEventsAPI.keyboardEvent=>WebAPI.UIEventsAPI.uiEvent

composedPath

Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is "closed" that are not reachable from event's currentTarget.Read more on MDN

letcomposedPath:WebAPI.UIEventsAPI.keyboardEvent=>array<
WebAPI.EventAPI.eventTarget,
>

getModifierState

letgetModifierState: (WebAPI.UIEventsAPI.keyboardEvent,string)=>bool

Parameters

WebAPI.UIEventsAPI.keyboardEvent string

Return type

bool

make

letmake: (
~type_:string,
~eventInitDict:WebAPI.UIEventsAPI.keyboardEventInit=?,
)=>WebAPI.UIEventsAPI.keyboardEvent

preventDefault

If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.Read more on MDN

letpreventDefault:WebAPI.UIEventsAPI.keyboardEvent=>unit

Parameters

WebAPI.UIEventsAPI.keyboardEvent

Return type

unit

stopImmediatePropagation

Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.Read more on MDN

letstopImmediatePropagation:WebAPI.UIEventsAPI.keyboardEvent=>unit

Parameters

WebAPI.UIEventsAPI.keyboardEvent

Return type

unit

stopPropagation

When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.Read more on MDN

letstopPropagation:WebAPI.UIEventsAPI.keyboardEvent=>unit

Parameters

WebAPI.UIEventsAPI.keyboardEvent

Return type

unit

[8]ページ先頭

©2009-2025 Movatter.jp