Contents

menuItem

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

Declaration

@NSCopying var menuItem: UIMenuElement { get }
@NSCopying var menuItem: NSMenuItem { get }

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.