<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/OutlineSubgroupChildren",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI23OutlineSubgroupChildrenV"
  },
  "title" : "OutlineSubgroupChildren"
}
-->

# OutlineSubgroupChildren

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

```
nonisolated struct OutlineSubgroupChildren
```

## Overview

[`OutlineGroup`](/documentation/SwiftUI/OutlineGroup) uses this type as a generic constraint for the `Content`
of the [`DisclosureGroup`](/documentation/SwiftUI/DisclosureGroup) instances it creates.

## Relationships

### Conforms To

[`View`](/documentation/SwiftUI/View)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)