Packages

case class Element(tagName: String, name: String, importPath: String, description: String, summary: String, docUrl: Option[String], events: Vector[Event], allJsProperties: Vector[Member], attributes: Vector[Attribute], cssProperties: Vector[CssProperty], cssParts: Vector[CssPart], slots: Vector[Slot]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Element
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Element(tagName: String, name: String, importPath: String, description: String, summary: String, docUrl: Option[String], events: Vector[Event], allJsProperties: Vector[Member], attributes: Vector[Attribute], cssProperties: Vector[CssProperty], cssParts: Vector[CssPart], slots: Vector[Slot])

Value Members

  1. val allJsProperties: Vector[Member]
  2. val attributes: Vector[Attribute]
  3. val cssParts: Vector[CssPart]
  4. val cssProperties: Vector[CssProperty]
  5. val description: String
  6. val docUrl: Option[String]
  7. val events: Vector[Event]
  8. val importPath: String
  9. val name: String
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def scalaName: String
  12. val slots: Vector[Slot]
  13. val summary: String
  14. val tagName: String