---
title: selectionContainerViewBelowText
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinput/selectioncontainerviewbelowtext
---

# selectionContainerViewBelowText

An optional view you supply to draw text selection below the text.

## Declaration

```swift
optional var selectionContainerViewBelowText: UIView? { get }
```

## Discussion

Discussion The default value is nil. If you supply a view to this property, the framework layers the supplied view below textInputView to render text selection below the text, and includes text-selection handles in the rendering. If you implement text selection using a textInputView subview instead, leave the value nil.

## See Also

### Managing selection views

- [selectionContainerViewAboveText](browserenginekit/betextinput/selectioncontainerviewabovetext.md)
