---
title: name
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkcontentworld/name
---

# name

The name of a custom content world.

## Declaration

```swift
var name: String? { get }
```

## Discussion

Discussion This property contains a valid string only for content worlds you retrieve using the world(name:) function. The value of this property is nil for the content worlds in the defaultClient and page properties.

## See Also

### Retrieving a Custom Content World

- [world(name:)](webkit/wkcontentworld/world(name:).md)
