interface dom.VRDisplayEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { VRDisplayEvent } = dom;
This WebVR API interface represents represents the event object of WebVR-related events (see the list of WebVR window extensions).
Properties
readonly
display: VRDisplayreadonly
reason: VRDisplayEventReason | null