---
title: unobscuredContentRect
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinput/unobscuredcontentrect
---

# unobscuredContentRect

A rectangle that frames a user interface, such as text-selection handles, in an unobscured location.

## Declaration

```swift
var unobscuredContentRect: CGRect { get }
```

## Discussion

Discussion Return a CGRect instance configured in the coordinate space of textInputView.

## See Also

### Managing the text input view

- [textInputView](browserenginekit/betextinput/textinputview.md)
- [unscaledView](browserenginekit/betextinput/unscaledview.md)
- [selectionClipRect](browserenginekit/betextinput/selectioncliprect.md)
