Properties
beforeAddEntry
beforeAddEntry?: (entry: FilePondEntrySource) => false | FilePondEntry
Called before an entry is added to the tree, allows manipulating the entry, or returning false to prevent adding it
beforeUpdateEntryWithProps
beforeUpdateEntryWithProps?: (entry: FilePondEntry, props: { [key: string]: any; }, isUpdatingData: boolean) => void
Called before an entry is updated with props, allows manipulating the props