Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Oct 24, 2018
1 parent 7998e04 commit 03fb275
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/data/data-core-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 03fb275

Please sign in to comment.