Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
t

LiveRootLayout

trait LiveRootLayout[-A, -Ctx]

Declaratively renders and identifies the outer document shell.

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

Methods2

key

def key(context: LiveRootLayoutContext[A, Ctx]): String

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

render

def render[Msg](content: HtmlElement[Msg], pageTitle: Option[String], context: LiveRootLayoutContext[A, Ctx]): HtmlElement[Msg]

Defined by scalive.LiveRootLayout.render. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:46-50)