Remove

@Serializable
@SerialName(value = "remove")
class Remove : ChildrenChange

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val detach: Boolean = false

When true, the associated nodes should only be detached from the tree with the expectation that a future Add will re-attach them. Otherwise, nodes should be detached and fully removed for garbage collection.

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.