FileListFile
FileListFile =
object
Defined in: packages/ui/src/types.ts:1399
Metadata for a single file in a FileListProps.
Contains the file identifier, display name, optional size/type metadata, and an optional direct download URL.
FileListProps which renders an array of these entries.
Properties
Section titled “Properties”key:
string
Defined in: packages/ui/src/types.ts:1401
Unique file identifier.
name:
string
Defined in: packages/ui/src/types.ts:1403
Display name of the file.
optionalsize:number
Defined in: packages/ui/src/types.ts:1405
File size in bytes.
optionaltype:string
Defined in: packages/ui/src/types.ts:1407
MIME type of the file.
optionalurl:string
Defined in: packages/ui/src/types.ts:1409
Direct download URL.