StyleOpInfo

data class StyleOpInfo(val from: Int, val to: Int, val attributes: Map<String, String>, var path: String = INITIAL_PATH) : OperationInfo, OperationInfo.TextOperationInfo

Constructors

Link copied to clipboard
constructor(from: Int, to: Int, attributes: Map<String, String>, path: String = INITIAL_PATH)

Properties

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