Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

JsBinding

enum JsBinding[Msg](name: String, command: JSCommands.JSCommand[Msg]) extends Mod.Attr[Msg]

Defined by scalive.Mod.Attr.JsBinding. View source (scalive/api/src/scalive/HtmlElement.scala:243-243)

Values2

command

val command: JSCommands.JSCommand[Msg]

Defined by scalive.Mod.Attr.JsBinding.command. View source (scalive/api/src/scalive/HtmlElement.scala:243-243)

name

val name: String

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