Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

ComponentBinding

enum ComponentBinding[Msg](name: String, target: ComponentRef[Msg], operation: BindingPayload => Msg) extends Mod.Attr[Msg]

Defined by scalive.Mod.Attr.ComponentBinding. View source (scalive/api/src/scalive/HtmlElement.scala:247-250)

Values3

name

val name: String

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

operation

val operation: BindingPayload => Msg

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

target

val target: ComponentRef[Msg]

Defined by scalive.Mod.Attr.ComponentBinding.target. View source (scalive/api/src/scalive/HtmlElement.scala:249-249)