Documentation
Preparing search index...
discloud.app
RawFile
Interface RawFile
interface
RawFile
{
contentType
?:
string
;
data
:
BinaryLike
|
Blob
|
File
|
Buffer
<
ArrayBufferLike
>
;
name
:
string
;
}
Index
Properties
content
Type?
data
name
Properties
Optional
content
Type
contentType
?:
string
Content-Type of the file
data
data
:
BinaryLike
|
Blob
|
File
|
Buffer
<
ArrayBufferLike
>
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