---
title: "init(rect:in:)"
framework: javascriptcore
role: symbol
role_heading: Initializer
path: "javascriptcore/jsvalue/init(rect:in:)"
---

# init(rect:in:)

## Declaration

```swift
init!(rect: CGRect, in context: JSContext!)
```

## Return Value

Return Value A newly allocated JavaScript object containing properties named x, y, width, and height, with values from the CGRect.

## Discussion

Discussion Create a JSValue from a CGRect.
