Extends FilePondEntryBase

Properties

src

Source of the File in .file

src: EntrySource

file

Current File object read from .src

file?: File

fileOriginal

Original file object should the .file read from .src have been transformed

fileOriginal?: File

type

Type to use, automatically copied from .file when it’s updated

type?: string

size

Size to use, automatically copied from .file when it’s updated

size?: number

lastModified

Date to use, automatically copied from .file when it’s updated

lastModified?: Date