Search results

ToolbarClickEventArgs API in Vue FileManager API component

Interface for ToolbarClick 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

ItemModel

Return the currently clicked toolbar item as JSON object.