StyleKeywordDef

com.raquo.domtypes.common.StyleKeywordDef
case class StyleKeywordDef(scalaName: String, scalaAliases: List[String], domName: String, isOverride: Boolean, commentLines: List[String], docUrls: List[String]) extends KeyDef

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait KeyDef
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product