Packages

trait api extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. api
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def useBoolean(initialValue: Boolean): Tuple2[Boolean, BooleanCallbacks]
  2. def useConst[T](initialValue: Function0[T]): Any
  3. def useConstCallback[A1, A2, A3, A4, T](cb: Function4[A1, A2, A3, A4, T]): Function4[A1, A2, A3, A4, T]
  4. def useConstCallback[A1, A2, A3, T](cb: Function3[A1, A2, A3, T]): Function3[A1, A2, A3, T]
  5. def useConstCallback[A1, A2, T](cb: Function2[A1, A2, T]): Function2[A1, A2, T]
  6. def useConstCallback[A1, T](cb: Function1[A1, T]): Function1[A1, T]
  7. def useConstCallback[T](cb: Function0[T]): Function0[T]
  8. def useConstStrict[T](initialValue: T): Any
  9. def useId(prefix: UndefOr[String] = js.undefined): String