FileListFile
FileListFile =
object
Defined in: packages/ui/src/types.ts:1265
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:1267
Unique file identifier.
name:
string
Defined in: packages/ui/src/types.ts:1269
Display name of the file.
optionalsize:number
Defined in: packages/ui/src/types.ts:1271
File size in bytes.
optionaltype:string
Defined in: packages/ui/src/types.ts:1273
MIME type of the file.
optionalurl:string
Defined in: packages/ui/src/types.ts:1275
Direct download URL.