UpdatedState

data class UpdatedState(val selectedTracks: List<Int>, val selectedPoints: List<Pair<Int, Double>>, val direction: InsertPosition? = null) : SelectionResult

Constructors

Link copied to clipboard
constructor(selectedTracks: List<Int>, selectedPoints: List<Pair<Int, Double>>, direction: InsertPosition? = null)

Properties

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