---
title: "shortcutsLinkStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/shortcutslinkstyle(_:)"
---

# shortcutsLinkStyle(_:)

Sets the given style for ShortcutsLinks within the view hierarchy

## Declaration

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

```

## Parameters

- `style`: The style to set.

## Return Value

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

## See Also

### App intents

- [appEntityIdentifier(_:)](swiftui/view/appentityidentifier(_:).md)
- [appEntityIdentifier(forSelectionType:identifier:)](swiftui/view/appentityidentifier(forselectiontype:identifier:).md)
- [appEntityUIElements(_:)](swiftui/view/appentityuielements(_:).md)
- [onAppIntentExecution(_:perform:)](swiftui/view/onappintentexecution(_:perform:).md)
- [siriTipViewStyle(_:)](swiftui/view/siritipviewstyle(_:).md)
