Interface for MenuOpen event arguments.
boolean
If you want to cancel this event then, set cancel to true. Otherwise, false.
HTMLElement
Returns the current context menu element.
Object[]
Returns the target folder/file item as an array of JSON object.
boolean
Returns whether the current context menu is sub-menu or not.
MenuItemModel[]
Returns the current context menu items as JSON object.
ContextMenu
Returns the instance of context menu component.
string
Returns the current context menu type based on current target.
Element
Returns the target element of context menu.