MenuClickEventArgs

12 Sep 20251 minute to read

Interface for MenuClick event arguments.

Properties

cancel boolean

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

element HTMLElement

Return the currently clicked context menu item.

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.