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: CtxDefined by scalive.LiveRootLayoutContext.context. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:17-17)
currentUrl
val currentUrl: zio.http.URLDefined by scalive.LiveRootLayoutContext.currentUrl. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:16-16)
params
val params: ADefined by scalive.LiveRootLayoutContext.params. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:14-14)
request
val request: zio.http.RequestDefined by scalive.LiveRootLayoutContext.request. View source (scalive/api/src/scalive/routing/LiveLayouts.scala:15-15)