Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

Instance

class Instance[Props, Msg, Model](instance: LiveComponentInstance[Props, Msg, Model], message: Msg) extends ComponentDispatch

Defined by scalive.ComponentDispatch.Instance. View source (scalive/api/src/scalive/HtmlElement.scala:64-68)

Types1

Message

type Message = Msg

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

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