Destroy
data class Destroy<T>(val oldValue: T, val path: AbsolutePath, val schema: Schema<T>) : ValueEvent<T> (source)
Event that indicates that a value of type T has been destroyed.
Properties
Link copied to clipboard
Value destroyed from the form manager.
Link copied to clipboard
Path associated with the event.
Link copied to clipboard
Value after the event occurred, as found in the form manager.