class ReactiveSvgElement[+Ref <: Element](val tag: SvgTag[Ref], val ref: Ref) extends ReactiveElement[Ref]
- Companion:
- object
trait ReactiveElement[Ref]
trait ParentNode[Ref]
trait ChildNode[Ref]
trait ReactiveNode[Ref]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
def amendThis(makeMod: ReactiveSvgElement[Ref] => Modifier[ReactiveSvgElement[Ref]]): ReactiveElement.this.type
- Inherited from:
- ReactiveElement
You can count on this method being a no-op in your libraries and end user code.
You can count on this method being a no-op in your libraries and end user code.
The reason this method is not abstract is to avoid broken SAM sugar in case of meta modifiers. See https://github.com/raquo/scala-dom-types/issues/27
- Definition Classes
- Inherited from:
- ChildNode
Create and get a stream of events on this node
Create and get a stream of events on this node
- Inherited from:
- ReactiveElement
Concrete fields
Reference to the real DOM node which this ReactiveNode represents.
Laminar nodes MUST NOT share the same ref. This isn't "virtual dom"!
Reference to the real DOM node which this ReactiveNode represents.
Laminar nodes MUST NOT share the same ref. This isn't "virtual dom"!