Packages

trait SVGTags extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVGTags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AnimateProps extends Object with SVGAttributes[SVG]
    Annotations
    @JSType()
  2. trait CircleProps extends Object with SVGAttributes[Circle]
    Annotations
    @JSType()
  3. trait DefsProps extends Object with SVGAttributes[Defs]
    Annotations
    @JSType()
  4. trait EllipseProps extends Object with SVGAttributes[Ellipse]
    Annotations
    @JSType()
  5. trait GProps extends Object with SVGAttributes[G]
    Annotations
    @JSType()
  6. trait ImageProps extends Object with SVGAttributes[Image]
    Annotations
    @JSType()
  7. trait LineProps extends Object with SVGAttributes[Line]
    Annotations
    @JSType()
  8. trait LinearGradientProps extends Object with SVGAttributes[LinearGradient]
    Annotations
    @JSType()
  9. trait MaskProps extends Object with SVGAttributes[Mask]
    Annotations
    @JSType()
  10. trait PathProps extends Object with SVGAttributes[Path]
    Annotations
    @JSType()
  11. trait PatternProps extends Object with SVGAttributes[Pattern]
    Annotations
    @JSType()
  12. trait PolygonProps extends Object with SVGAttributes[Polygon]
    Annotations
    @JSType()
  13. trait PolylineProps extends Object with SVGAttributes[Polyline]
    Annotations
    @JSType()
  14. trait RadialGradientProps extends Object with SVGAttributes[RadialGradient]
    Annotations
    @JSType()
  15. trait RectProps extends Object with SVGAttributes[SVG]
    Annotations
    @JSType()
  16. trait SVGProps extends Object with SVGAttributes[SVG]
    Annotations
    @JSType()
  17. trait StopProps extends Object with SVGAttributes[Stop]
    Annotations
    @JSType()
  18. trait SymbolProps extends Object with SVGAttributes[Symbol]
    Annotations
    @JSType()
  19. trait TextProps extends Object with SVGAttributes[Text]
    Annotations
    @JSType()
  20. trait TspanProps extends Object with SVGAttributes[TSpan]
    Annotations
    @JSType()
  21. trait UseProps extends Object with SVGAttributes[Use]
    Annotations
    @JSType()

Value Members

  1. final lazy val animate: TagT[AnimateProps]
  2. final lazy val circle: TagT[CircleProps]
  3. final lazy val defs: TagT[DefsProps]
  4. final lazy val ellipse: TagT[EllipseProps]
  5. final lazy val g: TagT[GProps]
  6. final lazy val image: TagT[ImageProps]
  7. final lazy val line: TagT[LineProps]
  8. final lazy val linearGradient: TagT[LinearGradientProps]
  9. final lazy val mask: TagT[MaskProps]
  10. final lazy val path: TagT[PathProps]
  11. final lazy val pattern: TagT[PatternProps]
  12. final lazy val polygon: TagT[PolygonProps]
  13. final lazy val polyline: TagT[PolylineProps]
  14. final lazy val radialGradient: TagT[RadialGradientProps]
  15. final lazy val rect: TagT[RectProps]
  16. final lazy val stop: TagT[StopProps]
  17. final lazy val svg: TagT[SVGProps]
  18. final lazy val symbol: TagT[SymbolProps]
  19. final lazy val text: TagT[TextProps]
  20. final lazy val tspan: TagT[TspanProps]
  21. final lazy val use: TagT[UseProps]