mce
Preparing search index...
Mce
Exporter
Interface Exporter
interface
Exporter
{
copyAs
?:
boolean
|
(
(
exported
:
any
)
=>
CopySource
)
;
handle
:
ExporterHandle
;
name
:
string
;
saveAs
?:
boolean
|
(
(
exported
:
any
)
=>
Blob
)
;
}
Index
Properties
copy
As?
handle
name
save
As?
Properties
Optional
copy
As
copyAs
?:
boolean
|
(
(
exported
:
any
)
=>
CopySource
)
handle
handle
:
ExporterHandle
name
name
:
string
Optional
save
As
saveAs
?:
boolean
|
(
(
exported
:
any
)
=>
Blob
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
copy
As
handle
name
save
As
mce
Loading...