IBM Aspera JavaScript Library
    Preparing search index...

    Function createDropzone

    • Create a dropzone for the given element selector.

      Parameters

      • callback: (data: { event: any; files: DataTransferResponse }) => void

        the function to call once the files are dropped

      • elementSelector: string

        the selector of the element on the page that should watch for drop events

      Returns void