toggle menu
yorkie
0.6.3
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.crdt
/
TreeChange
Tree
Change
data
class
TreeChange
(
val
actorID
:
ActorID
,
val
type
:
TreeChangeType
,
val
from
:
Int
,
val
to
:
Int
,
val
fromPath
:
List
<
Int
>
,
val
toPath
:
List
<
Int
>
,
val
value
:
List
<
TreeNode
>
?
=
null
,
val
attributes
:
Map
<
String
,
String
>
?
=
null
,
val
attributesToRemove
:
List
<
String
>
?
=
null
,
val
splitLevel
:
Int
=
0
)
Members
Constructors
Tree
Change
Link copied to clipboard
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
)
Properties
actor
ID
Link copied to clipboard
val
actorID
:
ActorID
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
?
=
null
attributes
To
Remove
Link copied to clipboard
val
attributesToRemove
:
List
<
String
>
?
=
null
from
Link copied to clipboard
val
from
:
Int
from
Path
Link copied to clipboard
val
fromPath
:
List
<
Int
>
split
Level
Link copied to clipboard
val
splitLevel
:
Int
=
0
to
Link copied to clipboard
val
to
:
Int
to
Path
Link copied to clipboard
val
toPath
:
List
<
Int
>
type
Link copied to clipboard
val
type
:
TreeChangeType
value
Link copied to clipboard
val
value
:
List
<
TreeNode
>
?
=
null