IBM Aspera JavaScript Library
    Preparing search index...

    Function createDropzone

    • Create a dropzone for the given element selector.

      Parameters

      • callback: (data: DropzoneEventData) => 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

      • Optionaloptions: DropzoneOptions

        options to configure which drag and drop events trigger the listener

      Returns void