--- 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}}