SlotHTMLAttributesinterface SlotHTMLAttributes <T extends EventTarget = HTMLSlotElement> extends HTMLAttributes<T> {name?: Signalish<string | undefined>;}§Type Parameters§T extends EventTarget = HTMLSlotElement[src]§Extends§HTMLAttributes<T>[src]§Properties§name?: Signalish<string | undefined>[src]