c
Instance
class Instance[Props, Msg, Model](instance: LiveComponentInstance[Props, Msg, Model], message: Msg) extends ComponentDispatchDefined by scalive.ComponentDispatch.Instance. View source (scalive/api/src/scalive/HtmlElement.scala:64-68)
Types1
Message
type Message = MsgDefined by scalive.ComponentDispatch.Instance.Message. View source (scalive/api/src/scalive/HtmlElement.scala:68-68)
Values2
instance
val instance: LiveComponentInstance[Props, Msg, Model]Defined by scalive.ComponentDispatch.Instance.instance. View source (scalive/api/src/scalive/HtmlElement.scala:65-65)
message
val message: MsgDefined by scalive.ComponentDispatch.Instance.message. View source (scalive/api/src/scalive/HtmlElement.scala:66-66)