files/en-us/web/api/xrlayerevent/index.md
{{APIRef("WebXR Device API")}} {{secureContext_header}}{{SeeCompatTable}}
The XRLayerEvent interface of the WebXR Device API is the event type for events related to a change of state of an {{domxref("XRLayer")}} object. These events occur, for example, when the layer needs to be redrawn.
{{InheritanceDiagram}}
XRLayerEvent object.In addition to properties inherited from its parent interface, {{domxref("Event")}}, XRLayerEvent provides the following:
While XRSessionEvent defines no methods, it inherits methods from its parent interface, {{domxref("Event")}}.
The following events are represented using the XRLayerEvent interface, and are permitted values for its type parameter.
redraw eventThe redraw event is tent to the layer object when the underlying resources of the layer are lost or when the XR Compositor can no longer reproject the layer. If this event is sent, authors should redraw the content of the layer in the next XR animation frame. It is available on the following layer objects:
{{Specifications}}
{{Compat}}