---
title: fixesAttributesLazily
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextstorage/fixesattributeslazily
---

# fixesAttributesLazily

A Boolean value that indicates whether the text storage object fixes attributes lazily.

## Declaration

```swift
var fixesAttributesLazily: Bool { get }
```

## Discussion

Discussion When subclassing, the default value of this property is false, meaning that your subclass fixes attributes immediately when they change. The system’s concrete subclass overrides this property and sets it to true.

## See Also

### Fixing the string attributes

- [invalidateAttributes(in:)](appkit/nstextstorage/invalidateattributes(in:).md)
- [ensureAttributesAreFixed(in:)](appkit/nstextstorage/ensureattributesarefixed(in:).md)
