---
title: standard
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/dialogseverity/standard
---

# standard

A severity that indicates the dialog is being displayed for the purpose of presenting information to the user.

## Declaration

```swift
static let standard: DialogSeverity
```

## See Also

### Getting severities

- [automatic](swiftui/dialogseverity/automatic.md)
- [critical](swiftui/dialogseverity/critical.md)
