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.
Event emitted when the touched status of a value has changed.