Skip to content

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.

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.


optional size: number

Defined in: packages/ui/src/types.ts:1271

File size in bytes.


optional type: string

Defined in: packages/ui/src/types.ts:1273

MIME type of the file.


optional url: string

Defined in: packages/ui/src/types.ts:1275

Direct download URL.