Enumerationswiftwasm.webapikit 0.1.0DOM
TimerHandler
Generated.swift:23348enum TimerHandler
enum TimerHandler
import DOM
case jsFunction(JSFunction)
case string(String)
protocol Any_TimerHandler : 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 jsFunction: JSFunction? { get }
var jsValue: JSValue { get }
var string: String? { get }
func jsValue() -> JSValue