object Ref
Types:
Handle
-raw: facade.React.RefHandle[A | Null]
Get
-get: F[Option[A]]
Set
-set: Option[A] => F[Unit]
Full
-Handle & Set & Get
Simple
- Monomorphic version ofFull
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ref
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Full[I, A, O] = FullF[Sync, I, A, O]
- trait FullF[F[_], I, A, O] extends HandleF[F, A] with SetF[F, I] with GetF[F, O]
- type Get[A] = GetF[Sync, A]
- trait GetF[F[_], A] extends AnyRef
- type Handle[A] = HandleF[Sync, A]
- trait HandleF[F[_], A] extends AnyRef
- type Set[A] = SetF[Sync, A]
- trait SetF[F[_], A] extends AnyRef
- type Simple[A] = FullF[Sync, A, A, A]
- type SimpleF[F[_], A] = FullF[F, A, A, A]
- type ToAnyVdom = FullF[Sync, TopNode, TopNode, TopNode]
- type ToComponent[I, R, O, C] = ToComponentF[Sync, I, R, O, C]
- final class ToComponentF[F[_], I, R, O, C] extends FullF[F, I, R, O]
- type ToJsComponent[P <: Object, S <: Object, R <: RawMounted[P, S]] = FullF[Sync, R, R, MountedWithRawType[P, S, R]]
- type ToJsComponentF[F[_], P <: Object, S <: Object, R <: RawMounted[P, S]] = FullF[F, R, R, MountedWithRawType[P, S, R]]
- type ToScalaComponent[P, S, B] = FullF[Sync, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B]]
- type ToScalaComponentF[F[_], P, S, B] = FullF[F, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B]]
- type ToVdom[N <: TopNode] = FullF[Sync, TopNode, TopNode, N]
- type WithJsComponent[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponentF[Sync, R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[F, A, P1, S1, R, P0, S0]]]
- final class WithJsComponentArg[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal
- type WithJsComponentF[FR[_], FJ[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponentF[FR, R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[FJ, A, P1, S1, R, P0, S0]]]
- type WithScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = ToComponentF[Sync, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B], CT[P, Unmounted[P, S, B]]]
- type WithScalaComponentF[F[_], P, S, B, CT[-p, +u] <: CtorType[p, u]] = ToComponentF[F, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B], CT[P, Unmounted[P, S, B]]]
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
- def Full[I, A, O](raw: RefHandle[|[A, Null]], l: (I) => A, r: (A) => Option[O]): Full[I, A, O]
- def FullF[F[_], I, A, O](_raw: RefHandle[|[A, Null]], l: (I) => A, r: (A) => Option[O])(implicit FF: Sync[F]): FullF[F, I, A, O]
- def apply[A]: Simple[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forwardedFromJs[A](f: ForwardedRef[A]): Option[Simple[A]]
- def fromJs[A](raw: RefHandle[|[A, Null]]): Simple[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toAnyVdom(): ToAnyVdom
For use with the
untypedRef
vdom attribute. - def toJsComponent[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](a: WithJsComponentArg[F, A, P1, S1, CT1, R, P0, S0]): WithJsComponent[F, A, P1, S1, CT1, R, P0, S0]
- def toJsComponent[P <: Object, S <: Object]: ToJsComponent[P, S, RawMounted[P, S]]
- def toJsComponentWithMountedFacade[P <: Object, S <: Object, F <: Object]: ToJsComponent[P, S, RawMounted[P, S] with F]
- def toScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]](c: Component[P, S, B, CT]): WithScalaComponent[P, S, B, CT]
- def toScalaComponent[P, S, B]: ToScalaComponent[P, S, B]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toVdom[N <: TopNode](implicit arg0: ClassTag[N]): ToVdom[N]
For use with the
untypedRef
vdom attribute. - final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object ToComponent
- object WithJsComponentArg