DirtyChange
data class DirtyChange<T>(val status: Boolean, val path: AbsolutePath, val schema: Schema<T>) : StateEvent<T> (source)
Event emitted when the dirty status of a value has changed.
Event emitted when the dirty status of a value has changed.