TreeEditOpInfo

data class TreeEditOpInfo(    val from: Int,     val to: Int,     val fromPath: List<Int>,     val toPath: List<Int>,     val nodes: List<JsonTree.TreeNode>?,     val splitLevel: Int,     var path: String = INITIAL_PATH) : OperationInfo, OperationInfo.TreeOperationInfo

Constructors

Link copied to clipboard
constructor(from: Int, to: Int, fromPath: List<Int>, toPath: List<Int>, nodes: List<JsonTree.TreeNode>?, splitLevel: Int, path: String = INITIAL_PATH)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var path: String
Link copied to clipboard
Link copied to clipboard
val to: Int
Link copied to clipboard