removed property
JSArray<XRInputSource>
get
removed
The read-only XRInputSourcesChangeEvent property
XRInputSourcesChangeEvent.removed is an array of
zero or more XRInputSource objects representing the input sources that
have been removed from the XRSession
.
Implementation
external JSArray<XRInputSource> get removed;