Interface Slottable

interface Slottable {
    assignedSlot: HTMLSlotElement;
}

Hierarchy (view full)

Properties

Properties

assignedSlot: HTMLSlotElement