trait SvgBuilders extends EventPropBuilder[ReactiveEventProp, Event] with SvgAttrBuilder[ReactiveSvgAttr] with SvgTagBuilder[SvgTag, Element]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SvgBuilders
- SvgTagBuilder
- SvgAttrBuilder
- EventPropBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def customEventProp[Ev <: Event](key: String): ReactiveEventProp[Ev]
- Ev
- event type in JS, e.g. js.dom.MouseEvent
- key
- event type in JS, e.g. "click"
- Annotations
- @inline()
- def customSvgAttr[V](key: String, codec: Codec[V, String], namespace: Option[String] = None): ReactiveSvgAttr[V]
Create custom SVG attr (Note: for HTML attrs, use L.customHtmlAttr)
Create custom SVG attr (Note: for HTML attrs, use L.customHtmlAttr)
- V
- value type for this attr in Scala
- key
- name of the attribute, e.g. "value"
- codec
- used to translate V <-> String, e.g. StringAsIsCodec,
- Annotations
- @inline()
- def customSvgTag[Ref <: Element](tagName: String): SvgTag[Ref]
Note: this simply creates an instance of SvgTag.
Note: this simply creates an instance of SvgTag. - This does not create the element (to do that, call .apply on the returned tag instance)
- Ref
- type of elements with this tag, e.g. dom.svg.Circle for "circle" tag
- tagName
- e.g. "circle"
- Annotations
- @inline()
- def doubleSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[Double]
- Attributes
- protected
- Definition Classes
- SvgAttrBuilder
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eventProp[Ev <: Event](key: String): ReactiveEventProp[Ev]
- Attributes
- protected
- Definition Classes
- SvgBuilders → EventPropBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[Int]
- Attributes
- protected
- Definition Classes
- SvgAttrBuilder
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def stringSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[String]
- Attributes
- protected
- Definition Classes
- SvgAttrBuilder
- Annotations
- @inline()
- def svgAttr[V](key: String, codec: Codec[V, String], namespace: Option[String]): ReactiveSvgAttr[V]
- Attributes
- protected
- Definition Classes
- SvgBuilders → SvgAttrBuilder
- def svgTag[Ref <: Element](tagName: String, void: Boolean): SvgTag[Ref]
- Definition Classes
- SvgBuilders → SvgTagBuilder
- def svgTag[Ref <: Element](tagName: String): SvgTag[Ref]
- Attributes
- protected
- Definition Classes
- SvgTagBuilder
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated