---
title: NSViewRepresentable.Context
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/nsviewrepresentable/context
---

# NSViewRepresentable.Context

## Declaration

```swift
typealias Context = NSViewRepresentableContext<Self>
```

## See Also

### Creating and updating the view

- [makeNSView(context:)](swiftui/nsviewrepresentable/makensview(context:).md)
- [updateNSView(_:context:)](swiftui/nsviewrepresentable/updatensview(_:context:).md)
- [NSViewType](swiftui/nsviewrepresentable/nsviewtype.md)
