---
title: NSTextSelectionManager.Mode
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nstextselectionmanager/mode
---

# NSTextSelectionManager.Mode

Values for text selection interaction modes.

## Declaration

```swift
enum Mode
```

## Overview

Overview These modes determine how the text selection manager handles user interaction with text content.

## Topics

### Enumeration Cases

- [NSTextSelectionManager.Mode.editable](appkit/nstextselectionmanager/mode/editable.md)
- [NSTextSelectionManager.Mode.nonInteractive](appkit/nstextselectionmanager/mode/noninteractive.md)
- [NSTextSelectionManager.Mode.selectable](appkit/nstextselectionmanager/mode/selectable.md)

### Initializers

- [init(rawValue:)](appkit/nstextselectionmanager/mode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
