Trilium Frontend API
Preparing search index...
<internal>
CKEditorOpts
Interface CKEditorOpts
interface
CKEditorOpts
{
apiRef
:
MutableRef
<
CKEditorApi
>
;
className
:
string
;
config
:
EditorConfig
;
currentValue
?:
string
;
disableNewlines
?:
boolean
;
disableSpellcheck
?:
boolean
;
editor
:
typeof
AttributeEditor
;
onBlur
?:
()
=>
void
;
onChange
?:
(
newValue
?:
string
)
=>
void
;
onClick
?:
(
e
:
MouseEvent
,
pos
?:
ModelPosition
)
=>
void
;
onInitialized
?:
(
editorInstance
:
CKTextEditor
)
=>
void
;
onKeyDown
?:
(
e
:
KeyboardEvent
)
=>
void
;
tabIndex
?:
number
;
}
Index
Properties
api
Ref
class
Name
config
current
Value?
disable
Newlines?
disable
Spellcheck?
editor
on
Blur?
on
Change?
on
Click?
on
Initialized?
on
Key
Down?
tab
Index?
Properties
api
Ref
apiRef
:
MutableRef
<
CKEditorApi
>
class
Name
className
:
string
config
config
:
EditorConfig
Optional
current
Value
currentValue
?:
string
Optional
disable
Newlines
disableNewlines
?:
boolean
Optional
disable
Spellcheck
disableSpellcheck
?:
boolean
editor
editor
:
typeof
AttributeEditor
Optional
on
Blur
onBlur
?:
()
=>
void
Optional
on
Change
onChange
?:
(
newValue
?:
string
)
=>
void
Optional
on
Click
onClick
?:
(
e
:
MouseEvent
,
pos
?:
ModelPosition
)
=>
void
Optional
on
Initialized
onInitialized
?:
(
editorInstance
:
CKTextEditor
)
=>
void
Optional
on
Key
Down
onKeyDown
?:
(
e
:
KeyboardEvent
)
=>
void
Optional
tab
Index
tabIndex
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Ref
class
Name
config
current
Value
disable
Newlines
disable
Spellcheck
editor
on
Blur
on
Change
on
Click
on
Initialized
on
Key
Down
tab
Index
Trilium Frontend API
Loading...