CustomAttr
semagrams.util.CustomAttr
object CustomAttr
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CustomAttr.type
Members list
Type members
Classlikes
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
- Supertypes
-
class Objecttrait Matchableclass Any
case class ReactiveSvgBinder[Data](el: SvgElement, $x: Source[Data]) extends SvgBinder[Data]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SvgBinder[Data]class Objecttrait Matchableclass AnyShow all
case class StaticSvgBinder[Data](el: SvgElement, x: Data) extends SvgBinder[Data]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SvgBinder[Data]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ReactiveSvgBinder[Data]class StaticSvgBinder[Data]
In this article