Enumerationswiftwasm.webapikit 0.1.0CSSOM
Element_or_ProcessingInstruction
Generated.swift:2716enum Element_or_ProcessingInstruction
enum Element_or_ProcessingInstruction
import CSSOM
case element(Element)
case processingInstruction(ProcessingInstruction)
protocol Any_Element_or_ProcessingInstruction : 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 processingInstruction: ProcessingInstruction? { get }
func jsValue() -> JSValue