ladybird/Userland/Libraries/LibWeb/HTML/HTMLSlotElement.idl

8 lines
119 B
Plaintext

#import <HTML/HTMLElement.idl>
interface HTMLSlotElement : HTMLElement {
[Reflect] attribute DOMString name;
};