Trilium Frontend API
Preparing search index...
<internal>
EditorWatchdogCreatorFunction
Type Alias EditorWatchdogCreatorFunction<TEditor>
EditorWatchdogCreatorFunction
:
(
elementOrData
:
|
HTMLElement
|
string
|
Record
<
string
,
string
>
|
Record
<
string
,
HTMLElement
>
,
config
:
EditorConfig
,
)
=>
Promise
<
TEditor
>
Type Parameters
TEditor
=
Editor
Type Declaration
(
elementOrData
:
|
HTMLElement
|
string
|
Record
<
string
,
string
>
|
Record
<
string
,
HTMLElement
>
,
config
:
EditorConfig
,
)
:
Promise
<
TEditor
>
Parameters
elementOrData
:
HTMLElement
|
string
|
Record
<
string
,
string
>
|
Record
<
string
,
HTMLElement
>
config
:
EditorConfig
Returns
Promise
<
TEditor
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Trilium Frontend API
Loading...