ImageDecodeOptions
Generated.swift:10129class ImageDecodeOptions
class ImageDecodeOptions
import DOM
class BridgedDictionary
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.
convenience init(frameIndex: UInt32, completeFramesOnly: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var completeFramesOnly: Bool { get set }
@ReadWriteAttribute var frameIndex: UInt32 { get set }