<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/ShortcutsLink",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:19_AppIntents_SwiftUI13ShortcutsLinkV"
  },
  "title" : "ShortcutsLink"
}
-->

# ShortcutsLink

A button that brings users to the current app’s App Shortcuts page in the Shortcuts app.

```
@MainActor @preconcurrency struct ShortcutsLink
```

## Overview

You can create a button by calling the initializer with an additional closure,
which gets called whenever the button is tapped before opening the Shortcuts app.

```
ShortcutsLink(action: handleTap)
    .shortcutsLinkStyle(.dark)
```

## Relationships

### Conforms To

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

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)