@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRPermissionStatus")
public class XRPermissionStatus
extends PermissionStatus
| Modifier and Type | Field and Description |
|---|---|
@JsNonNull JsArray<jsinterop.base.Any> |
granted
The WebXR Device API's XRPermissionStatus interface's granted property is an array of strings, each identifying one of the WebXR features for which permission has been granted as of the time at which the Permission API's navigator.permissions.query() method was called.
|
onchange| Modifier | Constructor and Description |
|---|---|
protected |
XRPermissionStatus() |
addChangeListener, addChangeListener, addChangeListener, name, removeChangeListener, removeChangeListener, removeChangeListener, stateaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNonNull JsArray<jsinterop.base.Any> granted