e
SignalText
enum SignalText(value: Signal[String], raw: Boolean = ...) extends Mod.Content[Nothing]Defined by scalive.Mod.Content.SignalText. View source (scalive/api/src/scalive/HtmlElement.scala:260-260)
Values2
raw
val raw: BooleanDefined by scalive.Mod.Content.SignalText.raw. View source (scalive/api/src/scalive/HtmlElement.scala:260-260)
value
val value: Signal[String]Defined by scalive.Mod.Content.SignalText.value. View source (scalive/api/src/scalive/HtmlElement.scala:260-260)