Search


Search something to see results

Slottable

interface Slottable {
    assignedSlot: null | HTMLSlotElement;
}

Hierarchy (View Summary)

Index

Properties

Properties

assignedSlot: null | HTMLSlotElement