assignedSlot property

HTMLSlotElement? get assignedSlot

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;