mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 21:21:21 +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`
|
`Immutable.Map`
|
||||||
|
|
||||||
|
Arbitrary data associated with the document. Defaults to an empty `Map`.
|
||||||
|
|
||||||
### `object`
|
### `object`
|
||||||
|
|
||||||
`String`
|
`String`
|
||||||
|
|
||||||
An immutable string value of `'document'` for easily separating this node from [`Block`](./block.md), [`Inline`](./inline.md) or [`Text`](./text.md) nodes.
|
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`
|
### `nodes`
|
||||||
|
|
||||||
`Immutable.List`
|
`Immutable.List`
|
||||||
|
Reference in New Issue
Block a user