You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Constructor
ContextMenuItem(label, callback||null) provide a string as the label and if you want a callback then pass it into the second argument.
##Methods
separatorBefore - set this to true if you want to add a separator before this item. separatorAfter - set this to true if you want to add a separator after this item.