Move

@Serializable
@SerialName(value = "move")
class Move(val id: Id, val tag: ChildrenTag, val fromIndex: Int, val toIndex: Int, val count: Int) : ChildrenChange

Constructors

Link copied to clipboard
constructor(id: Id, tag: ChildrenTag, fromIndex: Int, toIndex: Int, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
open override val id: Id

Identifier for the widget which is the subject of this change.

Link copied to clipboard
open override val tag: ChildrenTag

Identifies which group of children changed on the widget with id.

Link copied to clipboard