---
title: TaskGroup.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/taskgroup/element
---

# TaskGroup.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = ChildTaskResult
```

## See Also

### Supporting Types

- [TaskGroup.Iterator](swift/taskgroup/iterator.md)
- [TaskGroup.AsyncIterator](swift/taskgroup/asynciterator.md)
