Dear experts,
We are using the smart UI SDK in our application to show the list of documents in the case.
We have overridden the FolderBrowserWidget object with the help of CS UI SDK documentation and we are executing custom application logic in the "containerOpened" and "executingDefaultAction" events that are available.
In the similar way, we would like to write our custom application logic when documents is/are uploaded/dragdropped in the smart UI. (events like "dragover", "dragleave" and "drop").
//this._parentEl.on("dragover", this.dragOver).on("dragleave", this.dragLeave).on("drop", this.dragDrop)
Can you kindly guide us how to implement this?
Regards,
Subash