---
title: PresentedWindowContent
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/presentedwindowcontent
---

# PresentedWindowContent

A view that represents the content of a presented window.

## Declaration

```swift
nonisolated struct PresentedWindowContent<Data, Content> where Data : Decodable, Data : Encodable, Data : Hashable, Content : View
```

## Overview

Overview You don’t create this type directly. WindowGroup creates values for you.

## Relationships

### Conforms To

- [View](swiftui/view.md)
