Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

Static

class Static[Msg, Model](id: String, factory: () => LiveView[Msg, Model], sticky: Boolean, linkParentOnCrash: Boolean) extends NestedViewSpec

Defined by scalive.NestedViewSpec.Static. View source (scalive/api/src/scalive/HtmlElement.scala:294-299)

Values4

factory

val factory: () => LiveView[Msg, Model]

Defined by scalive.NestedViewSpec.Static.factory. View source (scalive/api/src/scalive/HtmlElement.scala:296-296)

id

val id: String

Defined by scalive.NestedViewSpec.Static.id. View source (scalive/api/src/scalive/HtmlElement.scala:295-295)

sticky

val sticky: Boolean

Defined by scalive.NestedViewSpec.Static.sticky. View source (scalive/api/src/scalive/HtmlElement.scala:297-297)