AddOpInfo

data class AddOpInfo(val index: Int, var path: String = INITIAL_PATH) : OperationInfo, OperationInfo.ArrayOperationInfo

Constructors

Link copied to clipboard
constructor(index: Int, path: String = INITIAL_PATH)

Properties

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