Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

Output

class Output[Props, Msg, Model, Out, OwnerMsg](component: LiveComponent.WithOutput[Props, Msg, Model, Out], id: String, props: Props, onOutput: Out => OwnerMsg) extends ComponentSpec[OwnerMsg]

Defined by scalive.ComponentSpec.Output. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:68-73)

Values4

component

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

Defined by scalive.ComponentSpec.Output.component. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:69-69)

id

val id: String

Defined by scalive.ComponentSpec.Output.id. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:70-70)

onOutput

val onOutput: Out => OwnerMsg

Defined by scalive.ComponentSpec.Output.onOutput. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:72-72)

props

val props: Props

Defined by scalive.ComponentSpec.Output.props. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:71-71)