Instance Propertyswiftwasm.webapikit 0.1.0WebAudio
jsObject
Generated.swift:2131let jsObject: JSObject
let jsObject: JSObject
s8WebAudio12PeriodicWaveC8jsObject13JavaScriptKit8JSObjectCvp
What are these?294N1
import WebAudio
class PeriodicWave
@dynamicMemberLookup class JSObject
JSObject
represents an object in JavaScript and supports dynamic member lookup. Any member access like object.foo
will dynamically request the JavaScript and Swift runtime bridge library for a member with the specified name in this object.
convenience init(context: BaseAudioContext, options: PeriodicWaveOptions? = nil)
required init(unsafelyWrapping jsObject: JSObject)
class var constructor: JSFunction? { get }