toggle menu
yorkie
0.6.3
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.crdt
/
TreeChange
/
TreeChange
Tree
Change
constructor
(
actorID
:
ActorID
,
type
:
TreeChangeType
,
from
:
Int
,
to
:
Int
,
fromPath
:
List
<
Int
>
,
toPath
:
List
<
Int
>
,
value
:
List
<
TreeNode
>
?
=
null
,
attributes
:
Map
<
String
,
String
>
?
=
null
,
attributesToRemove
:
List
<
String
>
?
=
null
,
splitLevel
:
Int
=
0
)