Enumerationswiftwasm.webapikit 0.1.0CSSOM
MediaList_or_String
Generated.swift:2858enum MediaList_or_String
enum MediaList_or_String
import CSSOM
case mediaList(MediaList)
case string(String)
protocol Any_MediaList_or_String : 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 jsValue: JSValue { get }
var mediaList: MediaList? { get }
var string: String? { get }
func jsValue() -> JSValue