Enumerationswiftwasm.webapikit 0.1.0CSSOM
CSSPerspectiveValue
Generated.swift:2550enum CSSPerspectiveValue
enum CSSPerspectiveValue
import CSSOM
case cssKeywordish(CSSKeywordish)
case cssNumericValue(CSSNumericValue)
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.
static func construct(from value: JSValue) -> Self?
var cssKeywordish: CSSKeywordish? { get }
var cssNumericValue: CSSNumericValue? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue