HTMLLinkElement
Generated.swift:7950class HTMLLinkElement
class HTMLLinkElement
import DOM
class HTMLElement
protocol ARIAMixin : JSBridgedClass
protocol Any_CSSPseudoElement_or_Element : ConvertibleToJSValue
protocol Any_Element_or_HTMLCollection : ConvertibleToJSValue
protocol Any_Element_or_RadioNodeList : ConvertibleToJSValue
protocol Any_Element_or_Text : ConvertibleToJSValue
protocol Any_GeometryNode : ConvertibleToJSValue
protocol Any_HTMLElement_or_Int32 : ConvertibleToJSValue
protocol Any_Node_or_String : ConvertibleToJSValue
protocol ChildNode : JSBridgedClass
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol ElementContentEditable : JSBridgedClass
protocol GeometryUtils : JSBridgedClass
protocol GlobalEventHandlers : JSBridgedClass
protocol HTMLOrSVGElement : JSBridgedClass
protocol JSBridgedClass : JSBridgedType
Conform to this protocol when your Swift class wraps a JavaScript class.
protocol JSBridgedType : ConstructibleFromJSValue, ConvertibleToJSValue, CustomStringConvertible
Use this protocol when your type has no single JavaScript class. For example, a union type of multiple classes or primitive values.
protocol NonDocumentTypeChildNode : JSBridgedClass
protocol ParentNode : JSBridgedClass
protocol Slottable : JSBridgedClass
convenience init()
required init(unsafelyWrapping jsObject: JSObject)
override class var constructor: JSFunction? { get }
@ReadWriteAttribute var `as`: String { get set }
@ReadonlyAttribute var blocking: DOMTokenList { get }
@ReadWriteAttribute var charset: String { get set }
@ReadWriteAttribute var crossOrigin: String? { get set }
@ReadWriteAttribute var disabled: Bool { get set }
@ReadWriteAttribute var fetchPriority: String { get set }
@ReadWriteAttribute var href: String { get set }
@ReadWriteAttribute var hreflang: String { get set }
@ReadWriteAttribute var imageSizes: String { get set }
@ReadWriteAttribute var imageSrcset: String { get set }
@ReadWriteAttribute var integrity: String { get set }
@ReadWriteAttribute var media: String { get set }
@ReadWriteAttribute var referrerPolicy: String { get set }
@ReadWriteAttribute var rel: String { get set }
@ReadonlyAttribute var relList: DOMTokenList { get }
@ReadWriteAttribute var rev: String { get set }
@ReadonlyAttribute var sizes: DOMTokenList { get }
@ReadWriteAttribute var target: String { get set }
@ReadWriteAttribute var type: String { get set }