ItemsChanged

data class ItemsChanged(position: UInt, removed: UInt, added: UInt)

Properties

added
Link copied to clipboard
val added: UInt
position
Link copied to clipboard
val position: UInt
removed
Link copied to clipboard
val removed: UInt