---
title: wraps
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkfindconfiguration/wraps
---

# wraps

A Boolean value that indicates whether the search wraps around to the other side of the page.

## Declaration

```swift
var wraps: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the search wraps and continues at the other end of the page. For example, when a forward search reaches the bottom of the page, the search wraps back to the top of the page and continues. When a backward search reaches the top of the page, the search wraps back to the bottom of the page. The default value of this property is true.

## See Also

### Configuring the Search Parameters

- [backwards](webkit/wkfindconfiguration/backwards.md)
- [caseSensitive](webkit/wkfindconfiguration/casesensitive.md)
