e
RoutedBinding
enum RoutedBinding(name: String, operation: BindingPayload => ComponentDispatch) extends Mod.Attr[Nothing]Defined by scalive.Mod.Attr.RoutedBinding. View source (scalive/api/src/scalive/HtmlElement.scala:245-246)
Values2
name
val name: StringDefined by scalive.Mod.Attr.RoutedBinding.name. View source (scalive/api/src/scalive/HtmlElement.scala:245-245)
operation
val operation: BindingPayload => ComponentDispatchDefined by scalive.Mod.Attr.RoutedBinding.operation. View source (scalive/api/src/scalive/HtmlElement.scala:245-245)