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.

Constructors

Link copied to clipboard
constructor(status: DisplayStatus, 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 display status.

Functions

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