Wagtail client-side components
Preparing search index...
components/Draftail/CommentableEditor/CommentableEditor
splitState
Function splitState
splitState
(
editorState
:
EditorState
,
)
:
{
shouldMoveCommentFn
:
(
comment
:
Comment
)
=>
boolean
;
stateAfter
:
EditorState
;
stateBefore
:
EditorState
;
}
Parameters
editorState
:
EditorState
Returns
{
shouldMoveCommentFn
:
(
comment
:
Comment
)
=>
boolean
;
stateAfter
:
EditorState
;
stateBefore
:
EditorState
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Wagtail client-side components
Loading...