trait Hooks extends Object
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hasOwnProperty(v: String): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isPrototypeOf(v: Object): Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def propertyIsEnumerable(v: String): Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toLocaleString(): String
- def toString(): String
- def useCallback(cb: Function, deps: UndefOr[Dependencies] = js.undefined): Any
- def useContext[T](context: ReactContext[T]): T
- def useDebugValue[T](value: T, format: UndefOr[Function1[T, String]] = js.undefined): Unit
- def useEffect(didUpdate: Any, dependencies: |[Dependencies, Unit]): Unit
- def useImperativeHandle[T, R <: Object](ref: MutableRef[T], thunk: Function0[R], dependencies: UndefOr[Dependencies]): Unit
- def useLayoutEffect(didUpdate: Any, dependencies: |[Dependencies, Unit]): Unit
- def useMemo[T](value: Function0[T], dependencies: |[Dependencies, Unit]): T
- def useReducer[S, A, I](reducer: Function2[S, A, S], initialArg: I, init: Function1[I, S]): Tuple2[S, Dispatch[A]]
- def useReducer[S, A](reducer: Function2[S, A, S], initialState: S): Tuple2[S, Dispatch[A]]
- def useRef[T](initialValue: T): MutableRef[T]
- def useState[T](initialValue: Any): Tuple2[T, Any]
- def valueOf(): Any
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Object
Value Members
- def hasOwnProperty(v: String): Boolean
- def isPrototypeOf(v: Object): Boolean
- def propertyIsEnumerable(v: String): Boolean
- def toLocaleString(): String
- def valueOf(): Any
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hasOwnProperty(v: String): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isPrototypeOf(v: Object): Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def propertyIsEnumerable(v: String): Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toLocaleString(): String
- def toString(): String
- def useCallback(cb: Function, deps: UndefOr[Dependencies] = js.undefined): Any
- def useContext[T](context: ReactContext[T]): T
- def useDebugValue[T](value: T, format: UndefOr[Function1[T, String]] = js.undefined): Unit
- def useEffect(didUpdate: Any, dependencies: |[Dependencies, Unit]): Unit
- def useImperativeHandle[T, R <: Object](ref: MutableRef[T], thunk: Function0[R], dependencies: UndefOr[Dependencies]): Unit
- def useLayoutEffect(didUpdate: Any, dependencies: |[Dependencies, Unit]): Unit
- def useMemo[T](value: Function0[T], dependencies: |[Dependencies, Unit]): T
- def useReducer[S, A, I](reducer: Function2[S, A, S], initialArg: I, init: Function1[I, S]): Tuple2[S, Dispatch[A]]
- def useReducer[S, A](reducer: Function2[S, A, S], initialState: S): Tuple2[S, Dispatch[A]]
- def useRef[T](initialValue: T): MutableRef[T]
- def useState[T](initialValue: Any): Tuple2[T, Any]
- def valueOf(): Any
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit