The slot property of the Element interface returns the name of the shadow DOM slot the element is inserted in. A slot is a placeholder inside a web component that users can fill with their own markup (see Using templates and slots for more information).
A Scoped slot provides local data from the component so that the parent can choose how to render it.