TouchedChange

data class TouchedChange<T>(val status: Boolean, val path: AbsolutePath, val schema: Schema<T>) : StateEvent<T> (source)

Event emitted when the touched status of a value has changed.

Constructors

Link copied to clipboard
constructor(status: Boolean, path: AbsolutePath, schema: Schema<T>)

Properties

Link copied to clipboard
open override val path: AbsolutePath

Path associated with the event.

Link copied to clipboard
open override val schema: Schema<T>

Schema of the value associated with the event.

Link copied to clipboard

New touched status (true if touched, false if not).

Functions

Link copied to clipboard
open override fun toString(): String