---
title: low
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbaritemvisibilitypriority/low
---

# low

A priority that moves the item to the overflow menu before items with the default or high priority.

## Declaration

```swift
static let low: ToolbarItemVisibilityPriority
```

## Discussion

Discussion Use for secondary actions, such as archive or delete, that don’t need persistent visibility in the toolbar.

## See Also

### Getting system priorities

- [automatic](swiftui/toolbaritemvisibilitypriority/automatic.md)
- [high](swiftui/toolbaritemvisibilitypriority/high.md)
