Slottable.idl 132 B

1234
  1. // https://dom.spec.whatwg.org/#mixin-slotable
  2. interface mixin Slottable {
  3. readonly attribute HTMLSlotElement? assignedSlot;
  4. };