diff options
Diffstat (limited to 'files/ja/web/api/text/assignedslot')
-rw-r--r-- | files/ja/web/api/text/assignedslot/index.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ja/web/api/text/assignedslot/index.md b/files/ja/web/api/text/assignedslot/index.md new file mode 100644 index 0000000000..a8dd6e8c70 --- /dev/null +++ b/files/ja/web/api/text/assignedslot/index.md @@ -0,0 +1,24 @@ +--- +title: Text.assignedSlot +slug: Web/API/Text/assignedSlot +tags: + - プロパティ + - リファレンス + - 読み取り専用 +browser-compat: api.Text.assignedSlot +--- +{{APIRef("DOM")}} + +**`assignedSlot`** は {{domxref("Text")}} インターフェイスの読み取り専用プロパティで、要素に関連付けられた {{domxref("HTMLSlotElement")}} オブジェクトを返します。 + +## 値 + +{{domxref("HTMLSlotElement")}}、またはテキストノードに関連付けられている {{HTMLElement("slot")}} 要素がない場合は `null`。 + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} |