Properties
id
Unique id for this entry
id: string
name
Name of this entry, automatically copied from .file if is FilePondFileEntry
name?: string
path
Path of the entry if available
path?: string
extension
Private extension state (don’t manipulate)
extension: { [extensionName: string]: ExtensionState; }
state
Public entry state (do manipulate)
state: { [key: string]: any; }
origin
How and when was this file entry added
origin: EntryOrigin
containerId
Id of the container entry (DataTransfer, Archive) this file was “extracted” from
containerId: string
meta
Optional entry metadata
meta?: any