QuoteHTMLAttributesinterface QuoteHTMLAttributes <T extends EventTarget = HTMLQuoteElement> extends HTMLAttributes<T> {cite?: Signalish<string | undefined>;}§Type Parameters§T extends EventTarget = HTMLQuoteElement[src]§Extends§HTMLAttributes<T>[src]§Properties§cite?: Signalish<string | undefined>[src]