From 239d97fcad6d097d564674846a08924e78d2a503 Mon Sep 17 00:00:00 2001 From: Dan Burzo Date: Fri, 18 Aug 2017 18:51:13 +0300 Subject: [PATCH] Add State.characters to docs (#1006) --- docs/reference/models/state.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/models/state.md b/docs/reference/models/state.md index dfc58ff1f2..6ee84b4356 100644 --- a/docs/reference/models/state.md +++ b/docs/reference/models/state.md @@ -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`