---
title: ScrollTargetBehavior.TargetContext
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/scrolltargetbehavior/targetcontext
---

# ScrollTargetBehavior.TargetContext

The context in which a scroll behavior updates the scroll target.

## Declaration

```swift
typealias TargetContext = ScrollTargetBehaviorContext
```

## See Also

### Updating the proposed target

- [updateTarget(_:context:)](swiftui/scrolltargetbehavior/updatetarget(_:context:).md)
