MCPcopy
hub / github.com/pqina/filepond / FilePondInitialFile

Interface FilePondInitialFile

types/index.d.ts:258–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256) => void;
257
258export interface FilePondInitialFile {
259 /** The server file reference. */
260 source: string;
261 options: {
262 /** Origin of file being added. */
263 type: 'input' | 'limbo' | 'local';
264 /** Mock file information. */
265 file?: {
266 name?: string;
267 size?: number;
268 type?: string;
269 };
270 /** File initial metadata. */
271 metadata?: { [key: string]: any };
272 };
273}
274
275export interface FilePondServerConfigProps {
276 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected