Contents

menuItems

The menu items provided by the extension for this action.

Declaration

var menuItems: [UIMenuElement] { get }
var menuItems: [NSMenuItem] { get }

Discussion

Provides menu items supplied by the extension, allowing the user to perform extension-defined actions.

The app is responsible for displaying these menu items, typically in a context menu or a long-press menu on the action in action sheets or toolbars.