---
title: navigation
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbaritemplacement/navigation
---

# navigation

A placement for navigation actions.

## Declaration

```swift
static let navigation: ToolbarItemPlacement
```

## Discussion

Discussion Navigation actions allow the user to move between contexts. For example, the forward and back buttons of a web browser are navigation actions. In macOS and in Mac Catalyst apps, the system places navigation items in the leading edge of the toolbar ahead of the inline title if that is present in the toolbar. In iOS, iPadOS, and tvOS, navigation items appear in the leading edge of the navigation bar. If a system navigation item such as a back button is present in a compact width, it instead appears in the primaryAction placement.

## See Also

### Getting placement for specific actions

- [primaryAction](swiftui/toolbaritemplacement/primaryaction.md)
- [secondaryAction](swiftui/toolbaritemplacement/secondaryaction.md)
- [confirmationAction](swiftui/toolbaritemplacement/confirmationaction.md)
- [cancellationAction](swiftui/toolbaritemplacement/cancellationaction.md)
- [destructiveAction](swiftui/toolbaritemplacement/destructiveaction.md)
