e
TypedFormEventBinding
enum TypedFormEventBinding[Event, Msg](name: String, decode: (FormData, FormEventKind, RawFormEvent.Meta) => Event, operation: Event => Msg) extends Mod.Attr[Msg]Defined by scalive.Mod.Attr.TypedFormEventBinding. View source (scalive/api/src/scalive/HtmlElement.scala:306-309)
Values3
decode
val decode: (FormData, FormEventKind, RawFormEvent.Meta) => EventDefined by scalive.Mod.Attr.TypedFormEventBinding.decode. View source (scalive/api/src/scalive/HtmlElement.scala:308-308)
name
val name: StringDefined by scalive.Mod.Attr.TypedFormEventBinding.name. View source (scalive/api/src/scalive/HtmlElement.scala:307-307)
operation
val operation: Event => MsgDefined by scalive.Mod.Attr.TypedFormEventBinding.operation. View source (scalive/api/src/scalive/HtmlElement.scala:309-309)