TreeStyleOpInfo

data class TreeStyleOpInfo(val from: Int, val to: Int, val fromPath: List<Int>, val attributes: Map<String, String> = emptyMap(), val attributesToRemove: List<String> = emptyList(), var path: String = INITIAL_PATH) : OperationInfo, OperationInfo.TreeOperationInfo

Constructors

Link copied to clipboard
constructor(from: Int, to: Int, fromPath: List<Int>, attributes: Map<String, String> = emptyMap(), attributesToRemove: List<String> = emptyList(), path: String = INITIAL_PATH)

Properties

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