c
OutputInstance
class OutputInstance[Props, Msg, Model, Output](instance: LiveComponentOutputInstance[Props, Msg, Model, Output], message: Msg) extends ComponentDispatchDefined by scalive.ComponentDispatch.OutputInstance. View source (scalive/api/src/scalive/HtmlElement.scala:70-74)
Types1
Message
type Message = MsgDefined by scalive.ComponentDispatch.OutputInstance.Message. View source (scalive/api/src/scalive/HtmlElement.scala:74-74)
Values2
instance
val instance: LiveComponentOutputInstance[Props, Msg, Model, Output]Defined by scalive.ComponentDispatch.OutputInstance.instance. View source (scalive/api/src/scalive/HtmlElement.scala:71-71)
message
val message: MsgDefined by scalive.ComponentDispatch.OutputInstance.message. View source (scalive/api/src/scalive/HtmlElement.scala:72-72)