toggle menu
yorkie
0.7.12
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.yson
/
YsonValue
/
YsonTree
Yson
Tree
data
class
YsonTree
(
val
root
:
YsonTreeNode
)
:
YsonValue
YsonTree
represents a Tree CRDT, serialized as
Tree({...})
.
Members
Constructors
Yson
Tree
Link copied to clipboard
constructor
(
root
:
YsonTreeNode
)
Properties
root
Link copied to clipboard
val
root
:
YsonTreeNode