Skip to content

Commit

Permalink
docs: add specific options for MenuItem.role (#18806)
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and codebytere committed Jun 15, 2019
1 parent d4319ba commit 2e6814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/menu-item.md
Expand Up @@ -148,7 +148,7 @@ A `String` indicating the type of the item.

#### `menuItem.role`

A `String` (optional) indicating the item's role, if set.
A `String` (optional) indicating the item's role, if set. Can be `undo`, `redo`, `cut`, `copy`, `paste`, `pasteandmatchstyle`, `delete`, `selectall`, `reload`, `forcereload`, `toggledevtools`, `resetzoom`, `zoomin`, `zoomout`, `togglefullscreen`, `window`, `minimize`, `close`, `help`, `about`, `services`, `hide`, `hideothers`, `unhide`, `quit`, `startspeaking`, `stopspeaking`, `close`, `minimize`, `zoom`, `front`, `appMenu`, `fileMenu`, `editMenu`, `viewMenu` or `windowMenu`

#### `menuItem.accelerator`

Expand Down

0 comments on commit 2e6814c

Please sign in to comment.