Init
data class Init<T>(val value: T, val path: AbsolutePath, val schema: Schema<T>) : ValueEvent<T> (source)
Event that indicates the initialisation of a value of type T.
Properties
Link copied to clipboard
Path associated with the event.
Link copied to clipboard
Value initialised in the form manager.