Properties
beforeInsertEntries
beforeInsertEntries?: (entriesToInsert: FilePondEntry[], currentEntries: FilePondEntry[]) => FilePondEntry[]
Called before inserting entries into the tree, allows limiting the amount of entries inserted
beforeOnboardEntry
beforeOnboardEntry?: (entry: FilePondEntrySource) => false | FilePondEntry
Called before an entry is added to the tree, allows manipulating the entry, or returning false to prevent adding it, can be called multiple times
beforeUpdateEntryWithProps
beforeUpdateEntryWithProps?: (entry: FilePondEntry, props: { [key: string]: any; }, isUpdatingData: boolean) => void
Called before an entry is updated with props, allows manipulating the props