---
title: coalescedDescriptionFormat
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/wkusernotificationhostingcontroller/coalesceddescriptionformat
---

# coalescedDescriptionFormat

The format string to display when multiple notifications of the same type arrive simultaneously. If you specify a custom string, you can use the %d variable to reflect the number of notifications. If nil format will be the system default.

## Declaration

```swift
@MainActor @preconcurrency class var coalescedDescriptionFormat: String? { get }
```

## Discussion

Discussion Default value is nil

## See Also

### Configuring the notification

- [isInteractive](swiftui/wkusernotificationhostingcontroller/isinteractive.md)
- [sashColor](swiftui/wkusernotificationhostingcontroller/sashcolor.md)
- [subtitleColor](swiftui/wkusernotificationhostingcontroller/subtitlecolor.md)
- [titleColor](swiftui/wkusernotificationhostingcontroller/titlecolor.md)
- [wantsSashBlur](swiftui/wkusernotificationhostingcontroller/wantssashblur.md)
