Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

LiveRootLayoutContext

class LiveRootLayoutContext[+A, +Ctx](params: A, request: zio.http.Request, currentUrl: zio.http.URL, context: Ctx)

Defined by scalive.LiveRootLayoutContext. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:13-17)

Values4

context

val context: Ctx

Defined by scalive.LiveRootLayoutContext.context. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:17-17)

currentUrl

val currentUrl: zio.http.URL

Defined by scalive.LiveRootLayoutContext.currentUrl. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:16-16)

params

val params: A

Defined by scalive.LiveRootLayoutContext.params. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:14-14)

request

val request: zio.http.Request

Defined by scalive.LiveRootLayoutContext.request. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:15-15)