discoverabilityTitle
An elaborated title that explains the purpose of the key command.
Declaration
var discoverabilityTitle: String? { get set }Discussion
The system uses this property to display information about the command. In iOS, the system displays this title in the discoverability heads-up display (HUD). If this property is nil, the HUD displays the title property.
In Mac apps built with Mac Catalyst, the system displays the discoverability title as a tooltip.