Enumerationswiftwasm.webapikit 0.1.0CSSOM
CSSKeywordish
Generated.swift:2446enum CSSKeywordish
enum CSSKeywordish
import CSSOM
case cssKeywordValue(CSSKeywordValue)
case string(String)
protocol Any_CSSColorRGBComp : ConvertibleToJSValue
protocol Any_CSSKeywordish : ConvertibleToJSValue
protocol Any_CSSPerspectiveValue : 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.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
static func construct(from value: JSValue) -> Self?
var cssKeywordValue: CSSKeywordValue? { get }
var jsValue: JSValue { get }
var string: String? { get }
func jsValue() -> JSValue