# `GSTextStorage.text`

*Instance Property*

## Declaration

```swift
var text: NSMutableAttributedString! { get set }
```

```objc
@property (nonatomic, strong) NSMutableAttributedString * text;
```

```python
text() -> NSMutableAttributedString
setText_(text: NSMutableAttributedString)
```

## Discussion

---

---

