Rxova
Skip to content

FileEntry

One selected file, with everything the renderer needs.

file: File;

key: string;

Stable across renders for the same file — safe as a React key.


optional preview?: string;

An object URL for an image, or undefined. Created lazily and revoked automatically when the file is removed or the component unmounts.