# `GSShortcutItem.shortcutId`

*Instance Property*

Short string describing the shortcut. `nil` if the item has no shortcut.

## Declaration

```swift
var shortcutId: String? { get }
```

```objc
@property (nonatomic, readonly) NSString * shortcutId;
```

```python
shortcutId() -> str
```

