Documentation
Preparing search index...
@discloudapp/util
RawFile
Interface RawFile
interface
RawFile
{
contentType
?:
string
;
data
:
Blob
|
BinaryLike
|
Buffer
<
ArrayBufferLike
>
|
File
;
name
:
string
;
}
Index
Properties
content
Type?
data
name
Properties
Optional
content
Type
contentType
?:
string
Content-Type of the file
data
data
:
Blob
|
BinaryLike
|
Buffer
<
ArrayBufferLike
>
|
File
The actual data for the file
name
name
:
string
The name of the file
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
data
name
Documentation
Loading...
Content-Type of the file