Packages

trait ToJs extends Builder

Raw JS values of: - className - key - props - styles - children

Everything here is mutable.

There are convenience methods to (mutably) add className and styles to props.

Linear Supertypes
Builder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToJs
  2. Builder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val addAttr: (String, Any) => Unit
    Definition Classes
    ToJsBuilder
  5. val addClassName: (Any) => Unit
    Definition Classes
    ToJsBuilder
  6. def addClassNameToProps(): Unit
  7. def addKeyToProps(): Unit
  8. val addStyle: (String, Any) => Unit
    Definition Classes
    ToJsBuilder
  9. def addStyleToProps(): Unit
  10. final def addStyles(j: Any): Unit
    Definition Classes
    Builder
  11. val addStylesObject: (Object) => Unit
    Definition Classes
    ToJsBuilder
  12. val appendChild: (RawChild) => Unit
    Definition Classes
    ToJsBuilder
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val children: Array[RawChild]
  15. def childrenAsVdomNodes: List[VdomNode]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val key: UndefOr[Any]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nonEmptyChildren: UndefOr[Array[RawChild]]
  25. def nonEmptyChildrenAsVdomNodes: UndefOr[List[VdomNode]]
  26. val nonEmptyClassName: UndefOr[Any]
  27. def nonEmptyProps: UndefOr[Object]
  28. def nonEmptyStyles: UndefOr[Object]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val props: Object
  32. val setKey: (Any) => Unit
    Definition Classes
    ToJsBuilder
  33. val styles: Object
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Builder

Inherited from AnyRef

Inherited from Any

Ungrouped