---
title: browser
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbarrole/browser
---

# browser

The browser role.

## Declaration

```swift
static var browser: ToolbarRole { get }
```

## Discussion

Discussion Use this role for content that can be navigated forwards and backwards. In iPadOS, this will leading align the navigation title and allow for toolbar items to occupy the center of the navigation bar.

## See Also

### Behavior-specific roles

- [editor](swiftui/toolbarrole/editor.md)
- [navigationStack](swiftui/toolbarrole/navigationstack.md)
