CustomSvgAttr

semagrams.util.CustomAttr$.CustomSvgAttr
trait CustomSvgAttr[Data]

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

Members list

Concise view

Value members

Abstract methods

def applyAttrs(binder: SvgBinder[Data]): Unit

Concrete methods

def :=(v: Data): Modifier[SvgElement]
def <--($value: Source[Data]): Modifier[SvgElement]