---
title: body
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/keyframetrackcontent/body-swift.property
---

# body

The composition of content that comprise the keyframe track.

## Declaration

```swift
@KeyframeTrackContentBuilder<Self.Value> var body: Self.Body { get }
```

## See Also

### Creating a keyframe

- [Body](swiftui/keyframetrackcontent/body-swift.associatedtype.md)
- [Value](swiftui/keyframetrackcontent/value.md)
