Style

class Style[V](val name: String) extends Key

This class represents a CSS Style property. Meaning the key that can be set, not a key-value pair.

This class represents a CSS Style property. Meaning the key that can be set, not a key-value pair.

Type Params
V

type of values that this CSS property can be set to (in addition to String, which is a sort of an escape hatch)

Value Params
name

CSS property name, e.g. "background-color"

class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

override val name: String