---
title: ShortcutsLinkStyle
framework: appintents
role: symbol
role_heading: Structure
path: appintents/shortcutslinkstyle
---

# ShortcutsLinkStyle

The styles to apply to buttons you use to open your app’s page in the Shortcuts app.

## Declaration

```swift
struct ShortcutsLinkStyle
```

## Overview

Overview Specify a ShortcutsLinkStyle value when you add a ShortcutsUIButton or ShortcutsLink type to your interface. For the ShortcutsLink type, specify the style using the AppIntents/ShortcutsLink/shortcutsLinkStyle(_:) modifier.

## Topics

### Getting the styles

- [automatic](appintents/shortcutslinkstyle/automatic.md)
- [automaticOutline](appintents/shortcutslinkstyle/automaticoutline.md)
- [dark](appintents/shortcutslinkstyle/dark.md)
- [darkOutline](appintents/shortcutslinkstyle/darkoutline.md)
- [light](appintents/shortcutslinkstyle/light.md)
- [lightOutline](appintents/shortcutslinkstyle/lightoutline.md)

## See Also

### Buttons

- [ShortcutsUIButton](appintents/shortcutsuibutton.md)
- [ShortcutsLink](appintents/shortcutslink.md)
