YSONTree represents a Tree CRDT structure.
YSONTree
{ type: 'Tree', root: { type: 'doc', children: [ { type: 'p', children: [{ type: 'text', value: 'Hello' }] } ] }} Copy
{ type: 'Tree', root: { type: 'doc', children: [ { type: 'p', children: [{ type: 'text', value: 'Hello' }] } ] }}
YSONTreerepresents a Tree CRDT structure.Example