listelements

package listelements

Members list

Type members

Classlikes

case class ListElement(ints: List[Person])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Person(name: String, age: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val component: ReactiveHtmlElement[HTMLDivElement]
val listIntVar: Var[List[Int]]