---
title: selectionClipRect
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinput/selectioncliprect
---

# selectionClipRect

A rectangle that represents the bounds of editable elements.

## Declaration

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

## Discussion

Discussion This property ensures that the user interface doesn’t breach the specified area.

## See Also

### Managing the text input view

- [textInputView](browserenginekit/betextinput/textinputview.md)
- [unscaledView](browserenginekit/betextinput/unscaledview.md)
- [unobscuredContentRect](browserenginekit/betextinput/unobscuredcontentrect.md)
