HTMLBaseElement
Generated.swift:6533class HTMLBaseElementclass HTMLBaseElementimport DOMclass HTMLElementprotocol ARIAMixin : JSBridgedClassprotocol Any_CSSPseudoElement_or_Element : ConvertibleToJSValueprotocol Any_Element_or_HTMLCollection : ConvertibleToJSValueprotocol Any_Element_or_RadioNodeList : ConvertibleToJSValueprotocol Any_Element_or_Text : ConvertibleToJSValueprotocol Any_GeometryNode : ConvertibleToJSValueprotocol Any_HTMLElement_or_Int32 : ConvertibleToJSValueprotocol Any_Node_or_String : ConvertibleToJSValueprotocol ChildNode : JSBridgedClassprotocol ConstructibleFromJSValueTypes conforming to this protocol can be constructed from JSValue.
protocol ConvertibleToJSValueObjects that can be converted to a JavaScript value, preferably in a lossless manner.
protocol CustomStringConvertibleA type with a customized textual representation.
protocol ElementContentEditable : JSBridgedClassprotocol GeometryUtils : JSBridgedClassprotocol GlobalEventHandlers : JSBridgedClassprotocol HTMLOrSVGElement : JSBridgedClassprotocol JSBridgedClass : JSBridgedTypeConform to this protocol when your Swift class wraps a JavaScript class.
protocol JSBridgedType : ConstructibleFromJSValue, ConvertibleToJSValue, CustomStringConvertibleUse this protocol when your type has no single JavaScript class. For example, a union type of multiple classes or primitive values.
protocol NonDocumentTypeChildNode : JSBridgedClassprotocol ParentNode : JSBridgedClassprotocol Slottable : JSBridgedClassconvenience init() required init(unsafelyWrapping jsObject: JSObject) override class var constructor: JSFunction? { get }@ReadWriteAttribute var href: String { get set }@ReadWriteAttribute var target: String { get set }