c
LiveComponentInstance
class LiveComponentInstance[Props, Msg, Model](component: LiveComponent[Props, Msg, Model], id: String)Defined by scalive.LiveComponentInstance. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:90-96)
Methods1
render
def render(props: Props): Mod[Nothing]Defined by scalive.LiveComponentInstance.render. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:93-94)
def render(props: Signal[Props]): Mod[Nothing]Defined by scalive.LiveComponentInstance.render. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:95-96)
Values2
component
val component: LiveComponent[Props, Msg, Model]Defined by scalive.LiveComponentInstance.component. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:91-91)
id
val id: StringDefined by scalive.LiveComponentInstance.id. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:92-92)