Packages

c

com.raquo.laminar.keys

ReactiveStyle

final class ReactiveStyle[V] extends AnyVal

Note: Unlike other reactive keys, this has to be a wrapping value class because Scala DOM Types instantiates its own Style objects. It is a known deficiency in its API, see https://github.com/raquo/scala-dom-types/issues/2

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactiveStyle
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReactiveStyle(style: Style[V])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def :=(value: String): Setter[HtmlElement]
  4. def :=(value: |[V, String]): Setter[HtmlElement]
  5. def <--[A](arg0: Source[A])(implicit ev: (A) => |[V, String]): StyleUpdater[V]
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. def apply(value: V): Setter[HtmlElement]
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def maybe(value: Option[|[V, String]]): Setter[HtmlElement]
  12. val style: Style[V]
  13. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped