Packages

object JsFn extends JsBaseComponentTemplate[StatelessFunctionalComponent]

Linear Supertypes
JsBaseComponentTemplate[StatelessFunctionalComponent], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsFn
  2. JsBaseComponentTemplate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ComponentSimple[P, CT[-p, +u] <: CtorType[p, u], U] extends Generic.ComponentSimple[P, CT, U]
    Definition Classes
    JsBaseComponentTemplate
  2. sealed trait ComponentWithRoot[P1, CT1[-p, +u] <: CtorType[p, u], U1, P0 <: Object, CT0[-p, +u] <: CtorType[p, u], U0] extends ComponentSimple[P1, CT1, U1] with Generic.ComponentWithRoot[P1, CT1, U1, P0, CT0, U0]
    Definition Classes
    JsBaseComponentTemplate
  3. type Component[P <: Object, CT[-p, +u] <: CtorType[p, u]] = ComponentWithRoot[P, CT, Unmounted[P], P, CT, Unmounted[P]]
  4. final type ComponentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U] = ComponentWithRoot[P, CT, U, P, CT, U]
    Definition Classes
    JsBaseComponentTemplate
  5. type Mounted = Unit
  6. trait ToRawCtor[P, C <: Children] extends AnyRef
    Annotations
    @implicitNotFound()
  7. final case class ToRawReactElement[-A](run: (A) => Element) extends AnyVal with Product with Serializable
    Annotations
    @implicitNotFound()
  8. type Unmounted[P <: Object] = UnmountedWithRoot[P, Mounted, P]
  9. type UnmountedRoot[P <: Object] = UnmountedWithRoot[P, Mounted, P]
  10. sealed trait UnmountedSimple[P, M] extends Generic.UnmountedSimple[P, M]
  11. sealed trait UnmountedWithRoot[P1, M1, P0 <: Object] extends UnmountedSimple[P1, M1] with Generic.UnmountedWithRoot[P1, M1, P0, Mounted]
  12. type UnusedObject = Box[Unit]

    Type used when creating a JsFnComponent that ignores its props

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. def apply[P <: Object, C <: Children](raw: Any)(implicit s: Summoner[P, C], where: File, line: Line): Component[P, CT]
  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. final def componentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U](rc: StatelessFunctionalComponent[P], c: CT[P, U])(implicit pf: Profunctor[CT]): ComponentRoot[P, CT, U]
    Definition Classes
    JsBaseComponentTemplate
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def force[P <: Object, C <: Children](raw: Any)(implicit s: Summoner[P, C]): Component[P, CT]
  12. def fromJsFn[P <: Object, C <: Children](render: Function1[P with PropsWithChildren, Element])(implicit s: Summoner[P, C]): Component[P, CT]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def mappedC[P2, CT2[-p, +u] <: CtorType[p, u], U2, P1, CT1[-p, +u] <: CtorType[p, u], U1, P0 <: Object, CT0[-p, +u] <: CtorType[p, u], U0](from: ComponentWithRoot[P1, CT1, U1, P0, CT0, U0])(cp: (P2) => P1, mc: (CT1[P1, U1]) => CT2[P1, U1], mu: (U1) => U2, pf: Profunctor[CT2]): ComponentWithRoot[P2, CT2, U2, P0, CT0, U0]
    Attributes
    protected
    Definition Classes
    JsBaseComponentTemplate
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def rawComponentDisplayName[A <: Object](r: StatelessFunctionalComponent[A]): String
    Attributes
    protected
    Definition Classes
    JsFnJsBaseComponentTemplate
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def unmountedRoot[P <: Object](r: ComponentElement[P]): UnmountedRoot[P]
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. object ToRawCtor
  28. object ToRawReactElement extends Serializable
  29. object fromScala

    Create JS functional components from Scala.

Inherited from JsBaseComponentTemplate[StatelessFunctionalComponent]

Inherited from AnyRef

Inherited from Any

Ungrouped