Preparing search index...
The search index is not available
Edkit
Edkit
EditorComponent
Interface EditorComponent
interface
EditorComponent
{
audioTool
:
AudioTool
;
clearHTML
:
(
(
markup
)
=>
Promise
<
DocumentFragment
>
)
;
handlePasteDrop
:
(
(
event
)
=>
Promise
<
void
>
)
;
imageTool
:
ImageTool
;
uploadFile
:
(
(
tool
,
data
)
=>
Promise
<
string
>
)
;
videoTool
:
VideoTool
;
}
Index
Properties
audio
Tool
clearHTML
handle
Paste
Drop
image
Tool
upload
File
video
Tool
Properties
audio
Tool
audio
Tool
:
AudioTool
clearHTML
clearHTML
:
(
(
markup
)
=>
Promise
<
DocumentFragment
>
)
Type declaration
(
markup
)
:
Promise
<
DocumentFragment
>
Parameters
markup
:
string
Returns
Promise
<
DocumentFragment
>
handle
Paste
Drop
handle
Paste
Drop
:
(
(
event
)
=>
Promise
<
void
>
)
Type declaration
(
event
)
:
Promise
<
void
>
Parameters
event
:
DataTransferEvent
Returns
Promise
<
void
>
image
Tool
image
Tool
:
ImageTool
upload
File
upload
File
:
(
(
tool
,
data
)
=>
Promise
<
string
>
)
Type declaration
(
tool
,
data
)
:
Promise
<
string
>
Parameters
tool
:
ImageTool
|
AudioTool
|
VideoTool
data
:
string
|
Blob
Returns
Promise
<
string
>
video
Tool
video
Tool
:
VideoTool
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
audio
Tool
clearHTML
handle
Paste
Drop
image
Tool
upload
File
video
Tool
Edkit
Loading...