@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRSessionEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRSessionEventInit.Builder
The WebXR Device API's XRSessionEvent() constructor creates and returns a new XRSessionEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull XRSession |
session()
The XRSessionEventInit dictionary's session property specifies the XRSession for which the event describes a state change.
|
static XRSessionEventInit.Builder |
session(XRSession session) |
void |
setSession(@JsNonNull XRSession session)
The XRSessionEventInit dictionary's session property specifies the XRSession for which the event describes a state change.
|
bubbles, cancelable, composed, of, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static XRSessionEventInit.Builder session(@Nonnull XRSession session)
@JsProperty(name="session") @JsNonNull XRSession session()
@JsProperty void setSession(@JsNonNull XRSession session)