StaticRangeInit
Generated.swift:15575class StaticRangeInit
class StaticRangeInit
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(startContainer: Node, startOffset: UInt32, endContainer: Node, endOffset: UInt32)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var endContainer: Node { get set }
@ReadWriteAttribute var endOffset: UInt32 { get set }
@ReadWriteAttribute var startContainer: Node { get set }
@ReadWriteAttribute var startOffset: UInt32 { get set }