Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

FormEventKind

enum FormEventKind

Defined by scalive.FormEventKind. View source (scalive/api/src/scalive/forms/FormEvent.scala:4-12)

Values3

Changed

val Changed: FormEventKind

An ordinary interactive validation change.

Defined by scalive.FormEventKind.Changed. View source (scalive/api/src/scalive/forms/FormEvent.scala:6-6)

Recovered

val Recovered: FormEventKind

State recovered after reconnect or remount.

Defined by scalive.FormEventKind.Recovered. View source (scalive/api/src/scalive/forms/FormEvent.scala:12-12)

Submitted

val Submitted: FormEventKind

A submission, for which all errors become visible.

Defined by scalive.FormEventKind.Submitted. View source (scalive/api/src/scalive/forms/FormEvent.scala:9-9)