interface Slottable {
    assignedSlot: null | HTMLSlotElement;
}

Hierarchy (View Summary)

Properties

Properties

assignedSlot: null | HTMLSlotElement