Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

OutputDynamic

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

Defined by scalive.ComponentSpec.OutputDynamic. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:82-87)

Values4

component

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

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

id

val id: Signal[String]

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

onOutput

val onOutput: Out => OwnerMsg

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

props

val props: Signal[Props]

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