Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
o

LiveRootLayout

object LiveRootLayout

Defined by scalive.LiveRootLayout. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:52-110)

Methods2

apply

def apply[A, Ctx](rootKey: String)(renderRoot: (PolyFunction { def apply[Msg](x$1: HtmlElement[Msg], x$2: Option[String], x$3: LiveRootLayoutContext[A, Ctx])HtmlElement[Msg] })): LiveRootLayout[A, Ctx]

Defined by scalive.LiveRootLayout.apply. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:61-69)

dynamic

def dynamic[A, Ctx](rootKey: LiveRootLayoutContext[A, Ctx] => String)(renderRoot: (PolyFunction { def apply[Msg](x$1: HtmlElement[Msg], x$2: Option[String], x$3: LiveRootLayoutContext[A, Ctx])HtmlElement[Msg] })): LiveRootLayout[A, Ctx]

Defined by scalive.LiveRootLayout.dynamic. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:71-85)

Values1

identity

val identity: LiveRootLayout[Any, Any]

Defined by scalive.LiveRootLayout.identity. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:53-59)