---
title: adjustmentData
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditinginput/adjustmentdata
---

# adjustmentData

An object that describes the most recent edit to the asset’s content.

## Declaration

```swift
var adjustmentData: PHAdjustmentData? { get }
```

## Discussion

Discussion Adjustment data describes the “recipe” for the last edit made to an asset’s photo or video content. For example, a photo editing app can use this property to read information about a set of filters applied to a photo. With this information, your app can later allow a user to change the filter parameters.
