---
title: isSelectable
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfinderclient/isselectable
---

# isSelectable

Returns whether the text is selectable.

## Declaration

```swift
optional var isSelectable: Bool { get }
```

## Discussion

Discussion If this properties is not implemented, the text finder will act as if they returned true.

## See Also

### Selection Information

- [allowsMultipleSelection](appkit/nstextfinderclient/allowsmultipleselection.md)
- [firstSelectedRange](appkit/nstextfinderclient/firstselectedrange.md)
- [selectedRanges](appkit/nstextfinderclient/selectedranges.md)
