Change

object Change : Child

Events of the Child type that are raised when the value of a child of a data node changes.

Functions

minus
Link copied to clipboard
operator fun minus(other: Child): Child
Subtracts a Child event type from another Child event type.
plus
Link copied to clipboard
operator fun plus(other: Child): Child
Combines two Child event types.

Properties

addition
Link copied to clipboard
val addition: Boolean = false
true if this Child instance includes events that are raised when a new child is added to a data node.
change
Link copied to clipboard
val change: Boolean = false
true if this Child instance includes events that are raised when the value of a child of a data node changes.
removal
Link copied to clipboard
val removal: Boolean = false
true if this Child instance includes events that are raised when a child is removed from a data node.