--- title: DeviceLightEvent.value slug: Web/API/DeviceLightEvent/value tags: - Ambient Light - B2G - DOM - Firefox OS - WebAPI - events translation_of: Web/API/DeviceLightEvent/value ---
{{APIRef("Ambient Light Events")}}
DeviceLightEvent
の value
プロパティは、現在の環境光レベルを提供します。
var light = instanceOfDeviceLightEvent.value;
光強度を表す正数のルクス
仕様書 | 策定状況 | コメント |
---|---|---|
{{SpecName('AmbientLight', '', 'Ambient Light Events')}} | {{Spec2('AmbientLight')}} | 最初期の定義 |
{{Compat("api.DeviceLightEvent.value")}}