---
title: NSTextStorage.EditActions
framework: uikit
role: symbol
role_heading: Structure
path: uikit/nstextstorage/editactions
---

# NSTextStorage.EditActions

Constants that indicate the types of changes.

## Declaration

```swift
struct EditActions
```

## Overview

Overview These values are also OR’ed together in notifications to inform instances of NSLayoutManager was changed—see textStorage(_:edited:range:changeInLength:invalidatedRange:).

## Topics

### Constants

- [editedAttributes](uikit/nstextstorage/editactions/editedattributes.md)
- [editedCharacters](uikit/nstextstorage/editactions/editedcharacters.md)

### Initializers

- [init(rawValue:)](uikit/nstextstorage/editactions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
