FileEntryState
State handed to the renderFile render prop.
Extends
Section titled “Extends”Properties
Section titled “Properties”disabled
Section titled “disabled”disabled: boolean;file: File;Inherited from
Section titled “Inherited from”index: number;key: string;Stable across renders for the same file — safe as a React key.
Inherited from
Section titled “Inherited from”preview?
Section titled “preview?”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.
Inherited from
Section titled “Inherited from”readOnly
Section titled “readOnly”readOnly: boolean;size: string;Human-readable size, e.g. 1.2 MB.