Properties

element

An HTMLInputElement or a QueryString selector

element?: string | HTMLInputElement

resetFilesOnAdd

Should we reset the input every time a FileList is added

resetFilesOnAdd?: boolean

insertIndex

Where to add new files, defaults to index 0

insertIndex?: number