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

# invalidatedDecorationIndexPaths

A dictionary containing the decoration views whose layout attributes are invalid.

```
var invalidatedDecorationIndexPaths: [NSCollectionView.DecorationElementKind : Set<IndexPath>]? { get }
```

## Discussion

The keys in this dictionary are the element kind strings of the decoration views. The value for each key is an <doc://com.apple.documentation/documentation/Foundation/NSSet> object containing one or more <doc://com.apple.documentation/documentation/Foundation/NSIndexPath> objects, each of which identifies the section containing the decoration view.

---

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)