Instance Propertyswiftwasm.webapikit 0.1.0CSSOM
offset
Generated.swift:1603@ReadonlyAttribute var offset: UInt32 { get }
@ReadonlyAttribute var offset: UInt32 { get }
import CSSOM
class CaretPosition
@propertyWrapper struct ReadonlyAttribute<Wrapped> where Wrapped : ConstructibleFromJSValue
@frozen struct UInt32
A 32-bit unsigned integer value type.
required init(unsafelyWrapping jsObject: JSObject)
class var constructor: JSFunction? { get }
let jsObject: JSObject
@ReadonlyAttribute var offsetNode: Node { get }
func getClientRect() -> DOMRect?