Skip to content

Commit

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

{{APIRef("Shadow DOM")}}

**`pictureInPictureElement`** は {{domxref("ShadowRoot")}} インターフェイスの読み取り専用プロパティで、このシャドウツリー内で現在、ピクチャインピクチャモードで表示されている要素 ({{domxref("Element")}}) を返します。現在、ピクチャインピクチャモードが使用されていない場合は `null` を返します。

## 構文

```js
shadowRoot.pictureInPictureElement;
```

###
##

現在ピクチャインピクチャモードになっている {{domxref("Element")}} オブジェクトへの参照、またはピクチャインピクチャモードが現在シャドウツリーで使われていない場合は `null` が返されます。

Expand Down

0 comments on commit 154e66c

Please sign in to comment.