---
title: toolbars
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/nshostingscenebridgingoptions/toolbars
---

# toolbars

The hosting view’s associated window will have its toolbar populated with any items provided to the toolbar(content:) modifier.

## Declaration

```swift
static let toolbars: NSHostingSceneBridgingOptions
```

## Discussion

Discussion Toolbars populated in this manner overwrite any toolbar set on the window using AppKit.

## See Also

### Geting bridging options

- [all](swiftui/nshostingscenebridgingoptions/all.md)
- [title](swiftui/nshostingscenebridgingoptions/title.md)
