Search results

MenuClickEventArgs API in Angular FileManager API component

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.