CustomAttr

semagrams.util.CustomAttr$
object CustomAttr

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait CustomSvgAttr[Data]

Implement this trait to be able to modify laminar elements with either := or <-- without code duplication. See complexattrs for example use.

Implement this trait to be able to modify laminar elements with either := or <-- without code duplication. See complexattrs for example use.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class ReactiveSvgBinder[Data](el: SvgElement, $x: Source[Data]) extends SvgBinder[Data]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SvgBinder[Data]
class Object
trait Matchable
class Any
case class StaticSvgBinder[Data](el: SvgElement, x: Data) extends SvgBinder[Data]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SvgBinder[Data]
class Object
trait Matchable
class Any
trait SvgBinder[Data]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ReactiveSvgBinder[Data]
class StaticSvgBinder[Data]