---
title: "init(wrappedValue:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nswindowcontroller/windowloading/init(wrappedvalue:)"
---

# init(wrappedValue:)

Creates a property wrapper that loads the window controller’s window before accessing the property.

## Declaration

```swift
init(wrappedValue: Value)
```

## Parameters

- `wrappedValue`: The underlying value tied to the loading of the window.

## See Also

### Creating a WindowLoading Property Wrapper

- [init()](appkit/nswindowcontroller/windowloading/init().md)
