---
title: allowsTypeSelect
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbrowser/allowstypeselect
---

# allowsTypeSelect

A Boolean that indicates whether the browser allows keystroke-based selection (type select).

## Declaration

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

## Discussion

Discussion When the value of this property is true, the browser allows keystroke-based selection. The default value of this property is true.

## See Also

### Managing Selection Behavior

- [allowsBranchSelection](appkit/nsbrowser/allowsbranchselection.md)
- [allowsEmptySelection](appkit/nsbrowser/allowsemptyselection.md)
- [allowsMultipleSelection](appkit/nsbrowser/allowsmultipleselection.md)
- [selectedRowIndexes(inColumn:)](appkit/nsbrowser/selectedrowindexes(incolumn:).md)
- [selectRowIndexes(_:inColumn:)](appkit/nsbrowser/selectrowindexes(_:incolumn:).md)
