object React extends Object
- Annotations
- @native() @JSImport( "react" , JSImport.Default )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- React
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Fragment: io.github.shogowada.scalajs.reactjs.classes.ReactClass
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def createContext(defaultValue: Any): NativeContext
- def createRef(): NativeRef
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def memo(comp: io.github.shogowada.scalajs.reactjs.classes.ReactClass, areEqual: Function2[Dynamic, Dynamic, Boolean]): io.github.shogowada.scalajs.reactjs.classes.ReactClass
- def memo(comp: io.github.shogowada.scalajs.reactjs.classes.ReactClass): io.github.shogowada.scalajs.reactjs.classes.ReactClass
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def useContext(context: NativeContext): Any
- def useEffect(didUpdate: Function0[Any], dependencies: Array[Any]): Unit
- def useEffect(didUpdate: Function0[Any]): Unit
- def useLayoutEffect(didUpdate: Function0[Any], dependencies: Array[Any]): Unit
- def useLayoutEffect(didUpdate: Function0[Any]): Unit
- def useMemo(calculate: Function0[Any], dependencies: Array[Any]): Any
- def useReducer(reducer: Function2[Any, Any, Any], initialArg: Any, init: Function1[Any, Any]): Array[Any]
- def useRef(initialValue: Any): NativeRef
- def useState(initialState: Any): Array[Any]
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )