@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRSessionEvent")
public class XRSessionEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
XRSessionEvent(java.lang.String type,
XRSessionEventInit eventInitDict)
The WebXR Device API's XRSessionEvent() constructor creates and returns a new XRSessionEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
XRSession |
session()
The read-only XRSessionEvent interface's session property indicates which XRSession the event is about.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typepublic XRSessionEvent(@Nonnull
java.lang.String type,
@Nonnull
XRSessionEventInit eventInitDict)
@JsProperty(name="session") @Nonnull public XRSession session()