Modal

lui.stack.Modal
object Modal

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Modal.type

Members list

Type members

Classlikes

case class Component(root: HtmlElement)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Component

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Component.type
case class Param(child: Source[HtmlElement], title: Source[String], activeIn: Source[Boolean], activeOut: Sink[Boolean])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Param

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Param.type

Value members

Concrete methods

def apply(mods: () => Param*): Component

Implicits

Implicits

implicit val assignChild: Key[child, Param, Source[HtmlElement]]
implicit val assignIn: Key[active, Param, Source[Boolean]]
implicit val assignOut: Key[value, Param, Sink[Boolean]]
implicit val assignTitle: Key[title, Param, Source[String]]