Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
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) => Event

Defined by scalive.Mod.Attr.TypedFormEventBinding.decode. View source (scalive/api/src/scalive/HtmlElement.scala:308-308)

name

val name: String

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

operation

val operation: Event => Msg

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