Back to Content

Text: assignedSlot property

files/en-us/web/api/text/assignedslot/index.md

latest381 B
Original Source

{{APIRef("DOM")}}

The read-only assignedSlot property of the {{domxref("Text")}} interface returns the {{domxref("HTMLSlotElement")}} object associated with the element.

Value

An {{domxref("HTMLSlotElement")}}, or null if no {{HTMLElement("slot")}} element is associated with the text node.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}