FileSelectionEventArgs
12 Sep 20251 minute to read
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.