ToolbarClickEventArgs

12 Sep 20251 minute to read

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.