SignalStrToScalatags

rescala.extra.Tags.SignalStrToScalatags
implicit class SignalStrToScalatags(val signal: Signal[StringFrag])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asModifier(implicit engine: DynamicScope[State]): Modifier

converts a Signal of a scalatags Tag to a scalatags Frag which automatically reflects changes to the signal in the dom

converts a Signal of a scalatags Tag to a scalatags Frag which automatically reflects changes to the signal in the dom

Attributes

Concrete fields

val signal: Signal[StringFrag]