Remove

@Serializable
@SerialName(value = "remove")
class Remove(val id: Id, val tag: ChildrenTag, val index: Int, val count: Int, val removedIds: List<Id> = emptyList()) : ChildrenChange

Constructors

Link copied to clipboard
constructor(id: Id, tag: ChildrenTag, index: Int, count: Int, removedIds: List<Id> = emptyList())

Properties

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

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

Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
open override val tag: ChildrenTag

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