Skip to content

Commit

Permalink
feat(base): support shortcut property on legacy menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Sep 17, 2021
1 parent e82d14f commit d6cf8eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface MenuItem {
params?: Record<string, string>
showAsAction?: boolean | ShowAsAction
url?: string
shortcut?: string
}

export interface MenuItemGroup {
Expand Down

0 comments on commit d6cf8eb

Please sign in to comment.