Enumerationswiftwasm.webapikit 0.1.0DOM
Element_or_RadioNodeList
Generated.swift:22050enum Element_or_RadioNodeList
enum Element_or_RadioNodeList
import DOM
case element(Element)
case radioNodeList(RadioNodeList)
protocol Any_Element_or_RadioNodeList : ConvertibleToJSValue
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.
static func construct(from value: JSValue) -> Self?
var element: Element? { get }
var jsValue: JSValue { get }
var radioNodeList: RadioNodeList? { get }
func jsValue() -> JSValue