Search results

FileSelectionEventArgs API in Vue FileManager API component

Interface for FileSelection event arguments.

Properties

action

string

Return the name of action like select or unselect.

cancel

boolean

Defines the cancel selected file or folder.

fileDetails

Object

Return the currently selected item as JSON object.

isInteracted

boolean

Defines whether event is triggered by interaction or not.

target

Element

Specifies the actual target.