Search results

MenuClickEventArgs API in JavaScript FileManager API control

Interface for MenuClick event arguments.

Properties

cancel

boolean

If you want to cancel this event then, set cancel to true. Otherwise, false.

fileDetails

Object[]

Return the currently selected folder/file items as an array of JSON object.

item

MenuItemModel

Return the currently clicked context menu item as JSON object.