MenuItem
public struct MenuItem
A menu item as displayed in ChooseFromMenu.
-
Initializes the shortcut.
Declaration
Swift
public init<Content>(label: String, @ShortcutBuilder shortcut: () -> Content) where Content : ShortcutParameters
labelThe text context to display in the menu.
shortcutThe shortcut to run when selected.
View on GitHub
MenuItem Structure Reference