FileSelectEventArgs
12 Sep 20251 minute to read
Interface for FileSelect event arguments.
Properties
action string
Return the name of action like select or unselect.
fileDetails Object
Return the currently selected item as JSON object.
isInteracted boolean
Defines whether event is triggered by interaction or not.