diff --git a/docs/data/data-core-editor.md b/docs/data/data-core-editor.md index fd3e2fb5e376d..c0f45f179b467 100644 --- a/docs/data/data-core-editor.md +++ b/docs/data/data-core-editor.md @@ -907,6 +907,18 @@ Returns true if the user is typing, or false otherwise. Whether user is typing. +### isCaretWithinFormattedText + +Returns true if the caret is within formatted text, or false otherwise. + +*Parameters* + + * state: Global application state. + +*Returns* + +Whether the caret is within formatted text. + ### getBlockInsertionPoint Returns the insertion point, the index at which the new inserted block would @@ -1624,6 +1636,14 @@ Returns an action object used in signalling that the user has begun to type. Returns an action object used in signalling that the user has stopped typing. +### enterFormattedText + +Returns an action object used in signalling that the caret has entered formatted text. + +### leaveFormattedText + +Returns an action object used in signalling that the user caret has left formatted text. + ### createNotice Returns an action object used to create a notice.