<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SettingsLink",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12SettingsLinkV"
  },
  "title" : "SettingsLink"
}
-->

# SettingsLink

A view that opens the Settings scene defined by an app.

```
nonisolated struct SettingsLink<Label> where Label : View
```

## Overview

On macOS, clicking on the link opens the window for the scene
or orders it to the front if it is already open.

## Topics

### Creating a settings link

[`init()`](/documentation/SwiftUI/SettingsLink/init())

Creates a settings link with the default system label.

[`init(label:)`](/documentation/SwiftUI/SettingsLink/init(label:))

Creates a settings link with a custom label.

### Supporting types

[`DefaultSettingsLinkLabel`](/documentation/SwiftUI/DefaultSettingsLinkLabel)

The default label to use for a settings link.



---

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)