assignedSlot property
HTMLSlotElement?
get
assignedSlot
inherited
The assignedSlot
read-only
property of the Element
interface returns an
HTMLSlotElement
representing the slot
element the
node is inserted in.
Implementation
external HTMLSlotElement? get assignedSlot;