toggle menu
yorkie
0.7.12
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.yson
/
YsonValue
/
YsonText
Yson
Text
data
class
YsonText
(
val
nodes
:
List
<
YsonTextNode
>
)
:
YsonValue
YsonText
represents a Text CRDT, serialized as
Text([...])
.
Members
Constructors
Yson
Text
Link copied to clipboard
constructor
(
nodes
:
List
<
YsonTextNode
>
)
Properties
nodes
Link copied to clipboard
val
nodes
:
List
<
YsonTextNode
>