---
title: title
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextension/command/title
---

# title

A descriptive title for the command to help discoverability.

## Declaration

```swift
var title: String { get }
```

## Discussion

Discussion This title can be displayed in user interface elements such as keyboard shortcuts lists or menu items to help users understand its purpose.
