---
title: informativeText
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsalert/informativetext
---

# informativeText

The alert’s informative text.

## Declaration

```swift
var informativeText: String { get set }
```

## Discussion

Discussion The value of this property must not be nil.

## See Also

### Accessing Alert Text

- [messageText](appkit/nsalert/messagetext.md)
