---
title: focusView
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsview/focusview
---

# focusView

The currently focused view object.

## Declaration

```swift
class var focusView: NSView? { get }
```

## Discussion

Discussion The value in this property is nil if there is no focused view.
