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

preventAddEntries

Set to true to temporarily prevent adding of files, this will retain the source state on the extension

preventAddEntries?: boolean