Properties

shouldValidate

Determines if we should validate the entry, if returns false, the entry is skipped

shouldValidate?: (entry: FilePondEntry) => Promise<boolean>