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