Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
t

LiveLayout

trait LiveLayout[-A, -Ctx]

Declaratively wraps a LiveView while preserving its message type.

Defined by scalive.LiveLayout. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:20-21)

Methods1

view

def view[Msg](content: HtmlElement[Msg], context: LiveLayoutContext[A, Ctx]): HtmlElement[Msg]

Defined by scalive.LiveLayout.view. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:21-21)