Skip to content

Commit

Permalink
2023/12/12 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Oct 3, 2024
1 parent 154e66c commit edfed0a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions files/ja/web/api/shadowroot/pointerlockelement/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
title: ShadowRoot.pointerLockElement
title: "ShadowRoot: pointerLockElement プロパティ"
short-title: pointerLockElement
slug: Web/API/ShadowRoot/pointerLockElement
l10n:
sourceCommit: c99ff93a1b71e7d664509fdd3e0c168920be967a
---

{{APIRef("DOM")}}
{{APIRef("Pointer Lock API")}}

**`pointerLockElement`** は {{domxref("ShadowRoot")}} インターフェースの読み取り専用プロパティで、ポインターがロックされている間、マウスイベントのターゲットとして設定される要素を提供します。ロックが保留されている場合、ポインタのロックが解除されている場合、ターゲットが別のツリーにある場合は `null` になります。
**`pointerLockElement`** は {{domxref("ShadowRoot")}} インターフェイスの読み取り専用プロパティで、ポインターがロックされている間、マウスイベントのターゲットとして設定される要素を提供します。ロックが保留されている場合、ポインターのロックが解除されている場合、ターゲットが別のツリーにある場合は `null` になります。

## 構文

```js
shadowRoot.pointerLockElement;
```

###
##

{{domxref("Element")}} または `null` です。

Expand Down

0 comments on commit edfed0a

Please sign in to comment.