Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

LiveComponentOutputInstance

class LiveComponentOutputInstance[Props, Msg, Model, Output](component: LiveComponent.WithOutput[Props, Msg, Model, Output], id: String)

Defined by scalive.LiveComponentOutputInstance. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:98-107)

Methods1

render

def render[OwnerMsg](props: Props, onOutput: Output => OwnerMsg): Mod[OwnerMsg]

Defined by scalive.LiveComponentOutputInstance.render. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:101-102)

def render[OwnerMsg](props: Signal[Props], onOutput: Output => OwnerMsg): Mod[OwnerMsg]

Defined by scalive.LiveComponentOutputInstance.render. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:103-107)

Values2

component

val component: LiveComponent.WithOutput[Props, Msg, Model, Output]

Defined by scalive.LiveComponentOutputInstance.component. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:99-99)

id

val id: String

Defined by scalive.LiveComponentOutputInstance.id. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:100-100)