# `GSSteppingTextField.annotation`

*Instance Property*

Additional display-only text. The value `@" (123)"` is appended using the system placeholder text color and is omitted while editing.

## Declaration

```swift
var annotation: String! { get set }
```

```objc
@property (nonatomic, copy) NSString * annotation;
```

```python
annotation() -> str
setAnnotation_(annotation: str)
```

