1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 22:45:18 +02:00

Add State.characters to docs (#1006)

This commit is contained in:
Dan Burzo
2017-08-18 18:51:13 +03:00
committed by Ian Storm Taylor
parent 74d697b4b8
commit 239d97fcad

View File

@@ -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`