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

# menuItem

A menu item representation of the web extension command for use in menus.

## Declaration

```swift
@NSCopying var menuItem: UIMenuElement { get }
```

```swift
@NSCopying var menuItem: NSMenuItem { get }
```

## Discussion

Discussion Provides a representation of the web extension command as a menu item to display in the app. Selecting the menu item will perform the command, offering a convenient and visual way for users to execute this web extension command.
