Skip to content

Commit

Permalink
Add State.characters to docs (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo authored and ianstormtaylor committed Aug 18, 2017
1 parent 74d697b commit 239d97f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/models/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ Get a list of the lowest-depth [`Inline`](./inline.md) nodes in the current sele

Get a list of the [`Text`](./text.md) nodes in the current selection.

### `characters`
`List`

Get a list of the [`Character`](./character.md) objects in the current selection.

### `hasUndos`
`Boolean`

Expand Down

0 comments on commit 239d97f

Please sign in to comment.