AmendedSvgTag

io.laminext.AmendedSvgTag
class AmendedSvgTag[+R <: Element](name: String, void: Boolean, amendments: Seq[Modifier[ReactiveSvgElement[R]]]) extends SvgTag[R]

Attributes

Graph
Supertypes
class SvgTag[R]
trait Tag[ReactiveSvgElement[R]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def amend(mods: Modifier[ReactiveSvgElement[R]]*): AmendedSvgTag[R]
override def apply(modifiers: Modifier[ReactiveSvgElement[R]]*): ReactiveSvgElement[R]

Attributes

Definition Classes
SvgTag

Inherited methods

def build(): ReactiveSvgElement[Ref]

Create a Scala DOM Builder element from this Tag

Create a Scala DOM Builder element from this Tag

Attributes

Inherited from:
SvgTag