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.

Constructors

Link copied to clipboard
constructor(oldValue: T, path: AbsolutePath, schema: Schema<T>)

Properties

Link copied to clipboard
open override val oldValue: T

Value before the event occurred.

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
open override val value: Nothing? = null

Value destroyed from the form manager.

Functions

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