<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 26.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ToolbarItemVisibilityPriority/low",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI29ToolbarItemVisibilityPriorityV3lowACvpZ"
  },
  "title" : "low"
}
-->

# low

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

```
static let low: ToolbarItemVisibilityPriority
```

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)