Add

@Serializable
@SerialName(value = "add")
class Add(val id: Id, val tag: ChildrenTag, val childId: Id, val index: Int) : ChildrenChange

Constructors

Link copied to clipboard
constructor(id: Id, tag: ChildrenTag, childId: Id, index: Int)

Properties

Link copied to clipboard
val childId: Id
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
open override val tag: ChildrenTag

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