Skip to content

Commit

Permalink
Added missing property in README
Browse files Browse the repository at this point in the history
  • Loading branch information
midstar committed Nov 27, 2021
1 parent 82c6475 commit c6fbeb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Each menuItem object may have following properties:
| subMenuItems | No | An array of menuItem's for a sub menu. Cannot be combined with handler property. |
| icon | No | Left side symbol. Can be text symbol or IMG element. Not allowed for first level of menuItem's. |
| shortcut | No | Right side text describing the short cut for this action. Not allowed for first level of menuItem's |
| enabled | No | Default true. Set to false to disable (gray out) the menuItem. |

A special type of menuItem is the separator which can only be used in a
sub menu and not in the "top menu". The separator shall only have one
Expand Down

0 comments on commit c6fbeb3

Please sign in to comment.