MenuItem:
object
contextmenu.jsline 58PROPERTIES
Name Type Description title
string
title of menu item
command
[ string ]
string for alternative of using title to command
separator
[ boolean ] = false
set true then this menu will use separator
disable
[ boolean ] = false
set true then this menu will be disabled
menu
[ Array ]
you can define submenu recursivly
Resizable