1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 13:11:17 +02:00

Move data desc below data (#1900)

This commit is contained in:
Guy Edwards
2018-06-15 02:17:15 +01:00
committed by Ian Storm Taylor
parent 9660c4bdaa
commit 1385e5c837

View File

@@ -22,14 +22,14 @@ Document({
`Immutable.Map`
Arbitrary data associated with the document. Defaults to an empty `Map`.
### `object`
`String`
An immutable string value of `'document'` for easily separating this node from [`Block`](./block.md), [`Inline`](./inline.md) or [`Text`](./text.md) nodes.
Arbitrary data associated with the document. Defaults to an empty `Map`.
### `nodes`
`Immutable.List`