@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface XRInputSourcesChangeEventInit.Builder
extends XRInputSourcesChangeEventInit
XRInputSourcesChangeEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default XRInputSourcesChangeEventInit.Builder |
added(JsArray<XRInputSource> added)
The XRInputSourcesChangeEventInit property added specifies a list of input sources, each identified using an XRInputSource object, which the represented inputsourceschange event is to indicate are newly available for use.
|
default XRInputSourcesChangeEventInit.Builder |
bubbles(boolean bubbles) |
default XRInputSourcesChangeEventInit.Builder |
cancelable(boolean cancelable) |
default XRInputSourcesChangeEventInit.Builder |
composed(boolean composed) |
default XRInputSourcesChangeEventInit.Builder |
removed(JsArray<XRInputSource> removed)
The XRInputSourcesChangeEventInit property removed is an array of zero or more XRInputSource objects, each representing one input source which has been removed from the XRSession.
|
default XRInputSourcesChangeEventInit.Builder |
session(XRSession session)
The XRInputSourcesChangeEventInit property session specifies the XRSession to which the input source list change event applies.
|
added, create, removed, session, setAdded, setRemoved, setSessionbubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default XRInputSourcesChangeEventInit.Builder added(@Nonnull JsArray<XRInputSource> added)
@JsOverlay @Nonnull default XRInputSourcesChangeEventInit.Builder removed(@Nonnull JsArray<XRInputSource> removed)
@JsOverlay @Nonnull default XRInputSourcesChangeEventInit.Builder session(@Nonnull XRSession session)
@JsOverlay @Nonnull default XRInputSourcesChangeEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default XRInputSourcesChangeEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default XRInputSourcesChangeEventInit.Builder composed(boolean composed)