Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

OutputInstance

class OutputInstance[Props, Msg, Model, Output](instance: LiveComponentOutputInstance[Props, Msg, Model, Output], message: Msg) extends ComponentDispatch

Defined by scalive.ComponentDispatch.OutputInstance. View source (scalive/api/src/scalive/HtmlElement.scala:70-74)

Types1

Message

type Message = Msg

Defined 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: Msg

Defined by scalive.ComponentDispatch.OutputInstance.message. View source (scalive/api/src/scalive/HtmlElement.scala:72-72)