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:
committed by
Ian Storm Taylor
parent
9660c4bdaa
commit
1385e5c837
@@ -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`
|
||||
|
Reference in New Issue
Block a user