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
Known Subclasses
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. All

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

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