Enumerationswiftwasm.webapikit 0.1.0DOM
HTMLOptGroupElement_or_HTMLOptionElement
Generated.swift:22523enum HTMLOptGroupElement_or_HTMLOptionElement
enum HTMLOptGroupElement_or_HTMLOptionElement
import DOM
case htmlOptGroupElement(HTMLOptGroupElement)
case htmlOptionElement(HTMLOptionElement)
protocol Any_HTMLOptGroupElement_or_HTMLOptionElement : 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 htmlOptGroupElement: HTMLOptGroupElement? { get }
var htmlOptionElement: HTMLOptionElement? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue