# `GSShortcutItem.identifier`

*Instance Property*

## Declaration

```swift
var identifier: String? { get set }
```

```objc
@property (nonatomic, strong) NSString * identifier;
```

```python
identifier() -> str
setIdentifier_(identifier: str)
```

