profiles property
The read-only XRInputSource property profiles
returns an array of
strings, each describing a configuration profile for the input source. The
profile strings are listed in order of specificity, with the most specific
profile listed first.
Note: The
profiles
list is always empty when the WebXR session is in inline mode.
Implementation
external JSArray<JSString> get profiles;