---
title: SettingsLink
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/settingslink
---

# SettingsLink

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

## Declaration

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

## Overview

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()](swiftui/settingslink/init().md)
- [init(label:)](swiftui/settingslink/init(label:).md)

### Supporting types

- [DefaultSettingsLinkLabel](swiftui/defaultsettingslinklabel.md)

## Relationships

### Conforms To

- [View](swiftui/view.md)

## See Also

### Managing a settings window

- [Settings](swiftui/settings.md)
- [OpenSettingsAction](swiftui/opensettingsaction.md)
- [openSettings](swiftui/environmentvalues/opensettings.md)
