---
title: OutlineSubgroupChildren
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/outlinesubgroupchildren
---

# OutlineSubgroupChildren

A type-erased view representing the children in an outline subgroup.

## Declaration

```swift
nonisolated struct OutlineSubgroupChildren
```

## Overview

Overview OutlineGroup uses this type as a generic constraint for the Content of the DisclosureGroup instances it creates.

## Relationships

### Conforms To

- [View](swiftui/view.md)
