link to roles list from Menu doc
This commit is contained in:
parent
b24be19fac
commit
d5bc8990fc
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ Returns `Menu` - The application menu, if set, or `null`, if not set.
|
|||
* `action` String
|
||||
|
||||
Sends the `action` to the first responder of application. This is used for
|
||||
emulating default Cocoa menu behaviors, usually you would just use the
|
||||
`role` property of `MenuItem`.
|
||||
emulating default macOS menu behaviors. Usually you would just use the
|
||||
[`role`](menu-item.md#roles) property of a [`MenuItem`](menu-item.md).
|
||||
|
||||
See the [macOS Cocoa Event Handling Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/EventOverview/EventArchitecture/EventArchitecture.html#//apple_ref/doc/uid/10000060i-CH3-SW7)
|
||||
for more information on macOS' native actions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue