Generic
File
: { buffer
: Uint8Array; contentType
: string | null; displayName
: string; extension
: string | null; fileName
: string; tags
: GenericFileTag[]; uniqueName
: string; }
Type declaration
-
Readonly
buffer: Uint8Array
-
Readonly
contentType: string | null
-
Readonly
displayName: string
-
Readonly
extension: string | null
-
Readonly
fileName: string
-
-
Readonly
uniqueName: string
A generic definition of a File represented as a buffer with extra metadata such as a file name, content type, and tags.