Slotable

Overview

The Slotable mixin defines features that allow nodes to become the contents of a <slot> element — the following features are included in both Element and Text.

Location

Properties


assignedSlot

 

property assignedSlot: HTMLElement read;

 

HTMLElement assignedSlot { get; }

 

var assignedSlot: HTMLElement { get{} }

 

HTMLElement assignedSlot { __get; }

 

ReadOnly Property assignedSlot() As HTMLElement