trait ReactJSComponentEnh extends Object with ReactJSComponent

Mixin for ReactJSComponent. Create a ReactJSComponent using wrapScalaForJs. Then merge that value with an object with the methods in this trait and cast to this type. Use the final result in ViewSpecifier. You can use the individual types for casting a scala function. This is very message.

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactJSComponentEnh
  2. ReactJSComponent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  3. val navigate: NavigateThunk
  4. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  5. val title: TitleThunk
  6. def toLocaleString(): String
    Definition Classes
    Object
  7. def valueOf(): Any
    Definition Classes
    Object