Packages

trait SvgBuilders extends EventPropBuilder[ReactiveEventProp, Event] with SvgAttrBuilder[ReactiveSvgAttr] with SvgTagBuilder[SvgTag, Element]

Linear Supertypes
SvgTagBuilder[SvgTag, Element], SvgAttrBuilder[ReactiveSvgAttr], EventPropBuilder[ReactiveEventProp, Event], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgBuilders
  2. SvgTagBuilder
  3. SvgAttrBuilder
  4. EventPropBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. 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()
  7. 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()
  8. 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()
  9. def doubleSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[Double]
    Attributes
    protected
    Definition Classes
    SvgAttrBuilder
    Annotations
    @inline()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def eventProp[Ev <: Event](key: String): ReactiveEventProp[Ev]
    Attributes
    protected
    Definition Classes
    SvgBuilders → EventPropBuilder
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def intSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[Int]
    Attributes
    protected
    Definition Classes
    SvgAttrBuilder
    Annotations
    @inline()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def stringSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[String]
    Attributes
    protected
    Definition Classes
    SvgAttrBuilder
    Annotations
    @inline()
  21. def svgAttr[V](key: String, codec: Codec[V, String], namespace: Option[String]): ReactiveSvgAttr[V]
    Attributes
    protected
    Definition Classes
    SvgBuilders → SvgAttrBuilder
  22. def svgTag[Ref <: Element](tagName: String, void: Boolean): SvgTag[Ref]
    Definition Classes
    SvgBuilders → SvgTagBuilder
  23. def svgTag[Ref <: Element](tagName: String): SvgTag[Ref]
    Attributes
    protected
    Definition Classes
    SvgTagBuilder
    Annotations
    @inline()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SvgTagBuilder[SvgTag, Element]

Inherited from SvgAttrBuilder[ReactiveSvgAttr]

Inherited from EventPropBuilder[ReactiveEventProp, Event]

Inherited from AnyRef

Inherited from Any

Ungrouped