Back to Content

XRInputSourcesChangeEvent: removed property

files/en-us/web/api/xrinputsourceschangeevent/removed/index.md

latest645 B
Original Source

{{APIRef("WebXR Device API")}}{{SecureContext_Header}}

The read-only {{domxref("XRInputSourcesChangeEvent")}} property removed is an array of zero or more {{domxref("XRInputSource")}} objects representing the input sources that have been removed from the {{domxref("XRSession")}}.

Value

An {{jsxref("Array")}} of zero or more {{domxref("XRInputSource")}} objects, each representing one input device removed from the XR system.

Examples

See XRInputSourcesChangeEvent.added for example code.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}