---
title: AttributedTextSelection.Indices
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/attributedtextselection/indices
---

# AttributedTextSelection.Indices

The indices of the current selection.

## Declaration

```swift
@frozen enum Indices
```

## Topics

### Enumeration Cases

- [AttributedTextSelection.Indices.insertionPoint(_:)](swiftui/attributedtextselection/indices/insertionpoint(_:).md)
- [AttributedTextSelection.Indices.ranges(_:)](swiftui/attributedtextselection/indices/ranges(_:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
