Extends CreateTransformExtensionOptions

Properties

actionTransform

Action name to use for rename. Defaults to 'renameFile'

actionTransform?: string

sanitizeName

Function to use for sanitizing the user input.

sanitizeName?: (fileName: string) => string

renameEntry

Allows requesting a new filename.

renameEntry?: (entry: FilePondEntry, options: { basename: string; extension: string; history: string[]; }) => Promise<string>