FormManagerEvent

sealed interface FormManagerEvent<T>(source)

Event emitted by the form manager. Events can be of one of two "main" types: ValueEvent (signaling a change in a value of the form) or StateEvent (signaling a change in the form's state).

Inheritors

Properties

Link copied to clipboard
abstract val path: AbsolutePath

Path associated with the event.

Link copied to clipboard
abstract val schema: Schema<T>

Schema of the value associated with the event.