invalidatedDecorationIndexPaths
A dictionary that identifies the decoration views that were invalidated.
Declaration
var invalidatedDecorationIndexPaths: [String : [IndexPath]]? { get }Discussion
The keys in this dictionary are the element kind strings of the invalid decoration views. The value for each key is an array of NSIndexPath objects indicating which specific decoration views have layout changes.