From 641a75fbc5a15724440dce3fc41c92cb1ef23699 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 28 Apr 2021 00:11:21 +0000 Subject: [CRON] sync translated content --- .../web/api/userproximityevent/near/index.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/ja/orphaned/web/api/userproximityevent/near/index.html (limited to 'files/ja/orphaned/web/api/userproximityevent') diff --git a/files/ja/orphaned/web/api/userproximityevent/near/index.html b/files/ja/orphaned/web/api/userproximityevent/near/index.html new file mode 100644 index 0000000000..4350a1e377 --- /dev/null +++ b/files/ja/orphaned/web/api/userproximityevent/near/index.html @@ -0,0 +1,53 @@ +--- +title: UserProximityEvent.near +slug: orphaned/Web/API/UserProximityEvent/near +tags: + - B2G + - Firefox OS + - Proximity + - WebAPI +translation_of: Web/API/UserProximityEvent/near +original_slug: Web/API/UserProximityEvent/near +--- +

{{APIRef("Proximity Events")}}{{obsolete_header}}

+ +

near プロパティは、デバイスの近くにものがあるかどうか(※近接センサーによる)を示す真偽値を返します。ある場合は true が、無い場合は false が返ります。

+ +

構文

+ +
var near = instanceOfUserProximityEvent.near;
+ +

+ +

真偽値

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('Proximity Events', '#user-proximity', 'Proximity Events')}}{{Spec2('Proximity Events')}}最初期の定義
+ +

ブラウザ実装状況

+ + + +

{{Compat("api.UserProximityEvent.near")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf