SynapEditor API 3.3.0
Preparing search index...
SynapEditorCustomImportFunction
Type Alias SynapEditorCustomImportFunction
SynapEditorCustomImportFunction
:
(
docFile
:
File
,
bOverwrite
:
boolean
,
options
?:
SynapEditorCustomImportOptions
,
)
=>
SynapEditorImportResult
|
Promise
<
SynapEditorImportResult
>
Custom import function type. Pass to
setCustomImportFunction
.
Type Declaration
(
docFile
:
File
,
bOverwrite
:
boolean
,
options
?:
SynapEditorCustomImportOptions
,
)
:
SynapEditorImportResult
|
Promise
<
SynapEditorImportResult
>
Parameters
docFile
:
File
bOverwrite
:
boolean
Optional
options
:
SynapEditorCustomImportOptions
Returns
SynapEditorImportResult
|
Promise
<
SynapEditorImportResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SynapEditor API 3.3.0
Loading...
Custom import function type. Pass to
setCustomImportFunction.