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

# title

The hosting view’s associated window will have its title and subtitle populated with the values provided to the navigationTitle(_:) and navigationSubtitle(_:) modifiers, respectively.

## Declaration

```swift
static let title: NSHostingSceneBridgingOptions
```

## Discussion

Discussion Title bars populated in this manner overwrite any values set using AppKit.

## See Also

### Geting bridging options

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