Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.xr
/
XRInputSourceEvent
XRInput
Source
Event
web
open
class
XRInputSourceEvent
(
type
:
EventType
<
XRInputSourceEvent
>
)
:
Event
(
source
)
Members
Constructors
XRInput
Source
Event
Link copied to clipboard
web
constructor
(
type
:
EventType
<
XRInputSourceEvent
>
)
Properties
AT_
TARGET
Link copied to clipboard
web
val
AT_TARGET
:
EventPhase
bubbles
Link copied to clipboard
web
val
bubbles
:
Boolean
BUBBLING_
PHASE
Link copied to clipboard
web
val
BUBBLING_PHASE
:
EventPhase
cancelable
Link copied to clipboard
web
val
cancelable
:
Boolean
CAPTURING_
PHASE
Link copied to clipboard
web
val
CAPTURING_PHASE
:
EventPhase
composed
Link copied to clipboard
web
val
composed
:
Boolean
current
Target
Link copied to clipboard
web
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
web
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
web
val
eventPhase
:
EventPhase
is
Trusted
Link copied to clipboard
web
val
isTrusted
:
Boolean
NONE
Link copied to clipboard
web
val
NONE
:
EventPhase
target
Link copied to clipboard
web
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
web
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
web
open
val
type
:
EventType
<
Event
>
Functions
composed
Path
Link copied to clipboard
web
fun
composedPath
(
)
:
ReadonlyArray
<
EventTarget
>
prevent
Default
Link copied to clipboard
web
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
web
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
web
fun
stopPropagation
(
)