interface Slottable {
    assignedSlot: null | HTMLSlotElement;
}

层级 (查看完整内容)

属性

assignedSlot: null | HTMLSlotElement