Skip to main content
Module

x/evt/lib/types/lib.dom.ts>DeviceLightEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface DeviceLightEvent
implements Event
import { type DeviceLightEvent } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

The DeviceLightEvent provides web developers with information from photo sensors or similiar detectors about ambient light levels near the device. For example this may be useful to adjust the screen's brightness based on the current ambient light level in order to save energy or provide better readability.

Properties

readonly
value: number