<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextStorage/fixesAttributesLazily",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextStorage(py)fixesAttributesLazily"
  },
  "title" : "fixesAttributesLazily"
}
-->

# fixesAttributesLazily

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

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

## Discussion

When subclassing, the default value of this property is <doc://com.apple.documentation/documentation/Swift/false>, meaning that your subclass fixes attributes immediately when they change. The system’s concrete subclass overrides this property and sets it to <doc://com.apple.documentation/documentation/Swift/true>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)