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 : Shortcut

    Parameters

    label

    The text context to display in the menu.

    shortcut

    The shortcut to run when selected.