Blockbench Reference Docs
Preparing search index...
generated/file_system
Filesystem
WriteOptions
Interface WriteOptions
interface
WriteOptions
{
content
?:
string
|
ArrayBuffer
|
Blob
;
custom_writer
?:
(
content
:
string
|
ArrayBuffer
|
Blob
,
file_path
:
string
,
callback
?:
(
file_path
:
string
)
=>
void
,
)
=>
void
;
savetype
?:
WriteType
|
(
(
file
:
string
)
=>
WriteType
)
;
}
Hierarchy (
View Summary
)
WriteOptions
ExportOptions
Index
Properties
content?
custom_
writer?
savetype?
Properties
Optional
content
content
?:
string
|
ArrayBuffer
|
Blob
Optional
custom_
writer
custom_writer
?:
(
content
:
string
|
ArrayBuffer
|
Blob
,
file_path
:
string
,
callback
?:
(
file_path
:
string
)
=>
void
,
)
=>
void
Optional
savetype
savetype
?:
WriteType
|
(
(
file
:
string
)
=>
WriteType
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
custom_
writer
savetype
Blockbench Reference Docs
Loading...