@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRSessionEventInit")
public interface XRSessionEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRSessionEventInit.Builder
The XRSessionEventInit dictionary is used when calling the XRSessionEvent() constructor to provide the new event's initial values.
|
| Modifier and Type | Method and Description |
|---|---|
static XRSessionEventInit.Builder |
create(XRSession session) |
XRSession |
session()
The XRSessionEventInit dictionary's session property specifies the XRSession for which the event describes a state change.
|
void |
setSession(XRSession session)
The XRSessionEventInit dictionary's session property specifies the XRSession for which the event describes a state change.
|
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static XRSessionEventInit.Builder create(@Nonnull XRSession session)
@JsProperty(name="session") @Nonnull XRSession session()
@JsProperty
void setSession(@Nonnull
XRSession session)