TESSA Web API
Preparing search index...
Platform.Files
IFileContentSaver
Interface IFileContentSaver
interface
IFileContentSaver
{
save
(
content
:
string
|
Blob
|
File
,
fileName
?:
null
|
string
,
)
:
Promise
<
void
>
;
}
Implemented by
FakeFileContentSaver
Index
Methods
save
Methods
save
save
(
content
:
string
|
Blob
|
File
,
fileName
?:
null
|
string
)
:
Promise
<
void
>
Parameters
content
:
string
|
Blob
|
File
Optional
fileName
:
null
|
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
save
TESSA Web API
Loading...