Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 29, 2019
1 parent c6e4295 commit a9cccaa
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,18 @@ Returns an action object used in signalling that the caret has entered formatted

Returns an action object used in signalling that the user caret has exited formatted text.

### selectionChange

Returns an action object used in signalling that the user caret has changed
position.

*Parameters*

* block: The selected block client ID.
* identifier: The selected RichText ID within the block.
* start: The start offset.
* end: The end offset.

### insertDefaultBlock

Returns an action object used in signalling that a new block of the default
Expand Down

0 comments on commit a9cccaa

Please sign in to comment.