Packages

object React extends Object

Annotations
@native() @JSImport("react", JSImport.Default)
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. React
  2. Object
  3. Any
  4. AnyRef
  5. 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 Fragment: io.github.shogowada.scalajs.reactjs.classes.ReactClass
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def createContext(defaultValue: Any): NativeContext
  8. def createRef(): NativeRef
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. def memo(comp: io.github.shogowada.scalajs.reactjs.classes.ReactClass, areEqual: Function2[Dynamic, Dynamic, Boolean]): io.github.shogowada.scalajs.reactjs.classes.ReactClass
  18. def memo(comp: io.github.shogowada.scalajs.reactjs.classes.ReactClass): io.github.shogowada.scalajs.reactjs.classes.ReactClass
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toLocaleString(): String
    Definition Classes
    Object
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def useContext(context: NativeContext): Any
  27. def useEffect(didUpdate: Function0[Any], dependencies: Array[Any]): Unit
  28. def useEffect(didUpdate: Function0[Any]): Unit
  29. def useLayoutEffect(didUpdate: Function0[Any], dependencies: Array[Any]): Unit
  30. def useLayoutEffect(didUpdate: Function0[Any]): Unit
  31. def useMemo(calculate: Function0[Any], dependencies: Array[Any]): Any
  32. def useReducer(reducer: Function2[Any, Any, Any], initialArg: Any, init: Function1[Any, Any]): Array[Any]
  33. def useRef(initialValue: Any): NativeRef
  34. def useState(initialState: Any): Array[Any]
  35. def valueOf(): Any
    Definition Classes
    Object
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped