Enumerationswiftwasm.webapikit 0.1.0CSSOM
CSSUnparsedSegment
Generated.swift:2664enum CSSUnparsedSegment
enum CSSUnparsedSegment
import CSSOM
case cssVariableReferenceValue(CSSVariableReferenceValue)
case string(String)
protocol Any_CSSUnparsedSegment : 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 cssVariableReferenceValue: CSSVariableReferenceValue? { get }
var jsValue: JSValue { get }
var string: String? { get }
func jsValue() -> JSValue