ChangeByRangeResult

data class ChangeByRangeResult(val range: SelectionRange, val changes: ChangeSpec? = null, val effects: List<StateEffect<*>>? = null)

Constructors

Link copied to clipboard
constructor(range: SelectionRange, changes: ChangeSpec? = null, effects: List<StateEffect<*>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard