---
title: options
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstrackingarea/options-swift.property
---

# options

The options specified for the receiver.

## Declaration

```swift
var options: NSTrackingArea.Options { get }
```

## Discussion

Discussion The options for an NSTrackingArea object are specified when the object is created.

## See Also

### Getting Object Attributes

- [owner](appkit/nstrackingarea/owner.md)
- [rect](appkit/nstrackingarea/rect.md)
- [userInfo](appkit/nstrackingarea/userinfo.md)
