TimelineStateChange

data class TimelineStateChange<T>(val elementsBeforeChange: List<T> = listOf(), val elementsAfterChange: List<T> = listOf(), val newElements: List<T> = listOf())

Constructors

Link copied to clipboard
constructor(elementsBeforeChange: List<T> = listOf(), elementsAfterChange: List<T> = listOf(), newElements: List<T> = listOf())

Properties

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