---
title: NSTextInputTraits
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nstextinputtraits
---

# NSTextInputTraits

## Declaration

```swift
protocol NSTextInputTraits
```

## Topics

### Instance Properties

- [autocorrectionType](appkit/nstextinputtraits/autocorrectiontype.md)
- [dataDetectionType](appkit/nstextinputtraits/datadetectiontype.md)
- [grammarCheckingType](appkit/nstextinputtraits/grammarcheckingtype.md)
- [inlinePredictionType](appkit/nstextinputtraits/inlinepredictiontype.md)
- [linkDetectionType](appkit/nstextinputtraits/linkdetectiontype.md)
- [smartDashesType](appkit/nstextinputtraits/smartdashestype.md)
- [smartInsertDeleteType](appkit/nstextinputtraits/smartinsertdeletetype.md)
- [smartQuotesType](appkit/nstextinputtraits/smartquotestype.md)
- [spellCheckingType](appkit/nstextinputtraits/spellcheckingtype.md)
- [textCompletionType](appkit/nstextinputtraits/textcompletiontype.md)
- [textReplacementType](appkit/nstextinputtraits/textreplacementtype.md)
- [allowedWritingToolsResultOptions](appkit/nstextinputtraits/allowedwritingtoolsresultoptions.md)
- [mathExpressionCompletionType](appkit/nstextinputtraits/mathexpressioncompletiontype.md)
- [writingToolsBehavior](appkit/nstextinputtraits/writingtoolsbehavior.md)

## Relationships

### Inherited By

- [NSTextCheckingClient](appkit/nstextcheckingclient.md)

## See Also

### Text-checking

- [NSTextCheckingController](appkit/nstextcheckingcontroller.md)
- [NSTextCheckingClient](appkit/nstextcheckingclient.md)
- [NSTextInputTraitType](appkit/nstextinputtraittype.md)
