<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/shortcutsLinkStyle(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP012_AppIntents_aB0E18shortcutsLinkStyleyQrAD09ShortcutsgH0VF"
  },
  "title" : "shortcutsLinkStyle(_:)"
}
-->

# shortcutsLinkStyle(_:)

Sets the given style for ShortcutsLinks within the view hierarchy

```
nonisolated func shortcutsLinkStyle(_ style: ShortcutsLinkStyle) -> some View
```

## Parameters

`style`

The style to set.

## Return Value

A view that uses the specified shortcuts button style on its child views.

---

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)