Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

FormEventBinding

enum FormEventBinding[A, Msg](name: String, codec: FormCodec[A], operation: FormEvent[A] => Msg) extends Mod.Attr[Msg]

Defined by scalive.Mod.Attr.FormEventBinding. View source (scalive/api/src/scalive/HtmlElement.scala:241-242)

Values3

codec

val codec: FormCodec[A]

Defined by scalive.Mod.Attr.FormEventBinding.codec. View source (scalive/api/src/scalive/HtmlElement.scala:241-241)

name

val name: String

Defined by scalive.Mod.Attr.FormEventBinding.name. View source (scalive/api/src/scalive/HtmlElement.scala:241-241)

operation

val operation: FormEvent[A] => Msg

Defined by scalive.Mod.Attr.FormEventBinding.operation. View source (scalive/api/src/scalive/HtmlElement.scala:241-241)