---
title: NSTextStorageEditActions
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nstextstorageeditactions
---

# NSTextStorageEditActions

Constants that indicate the types of changes.

## Declaration

```swift
struct NSTextStorageEditActions
```

## 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](appkit/nstextstorageeditactions/editedattributes.md)
- [editedCharacters](appkit/nstextstorageeditactions/editedcharacters.md)

### Initializers

- [init(rawValue:)](appkit/nstextstorageeditactions/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)
