artalk
Preparing search index...
EditorPluginManager
Interface EditorPluginManager
interface
EditorPluginManager
{
closePluginPanel
:
()
=>
void
;
getEditor
:
()
=>
Editor
;
getEvents
:
()
=>
EventManager
<
EditorEventPayloadMap
>
;
getOptions
:
()
=>
PluginManagerOptions
;
getPlugins
:
()
=>
EditorPlugin
[]
;
getTransformedContent
:
(
rawContent
:
string
)
=>
string
;
openPluginPanel
:
(
plug
:
EditorPlugin
)
=>
void
;
get
<
T
extends
typeof
EditorPlugin
>
(
plug
:
T
)
:
InstanceType
<
T
>
|
undefined
;
}
Index
Properties
close
Plugin
Panel
get
Editor
get
Events
get
Options
get
Plugins
get
Transformed
Content
open
Plugin
Panel
Methods
get
Properties
close
Plugin
Panel
closePluginPanel
:
()
=>
void
get
Editor
getEditor
:
()
=>
Editor
get
Events
getEvents
:
()
=>
EventManager
<
EditorEventPayloadMap
>
get
Options
getOptions
:
()
=>
PluginManagerOptions
get
Plugins
getPlugins
:
()
=>
EditorPlugin
[]
get
Transformed
Content
getTransformedContent
:
(
rawContent
:
string
)
=>
string
open
Plugin
Panel
openPluginPanel
:
(
plug
:
EditorPlugin
)
=>
void
Methods
get
get
<
T
extends
typeof
EditorPlugin
>
(
plug
:
T
)
:
InstanceType
<
T
>
|
undefined
Type Parameters
T
extends
typeof
EditorPlugin
Parameters
plug
:
T
Returns
InstanceType
<
T
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
Plugin
Panel
get
Editor
get
Events
get
Options
get
Plugins
get
Transformed
Content
open
Plugin
Panel
Methods
get
artalk
Loading...