<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWindow/frameAutosaveName-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSWindow(py)frameAutosaveName"
  },
  "title" : "frameAutosaveName"
}
-->

# frameAutosaveName

The name used to automatically save the window’s frame rectangle data in the defaults system.

```
var frameAutosaveName: NSWindow.FrameAutosaveName { get }
```

## Discussion

Assigning a value to this property reloads the associated frame, which can result in moving the window to that frame’s location.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)