Packages

trait UnmountedSimple[P, M] extends UnmountedRaw

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmountedSimple
  2. UnmountedRaw
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Mounted = M
  2. final type Props = P
  3. abstract type Raw <: Element
    Definition Classes
    UnmountedRaw
  4. abstract type Ref

Abstract Value Members

  1. abstract def displayName: String
    Definition Classes
    UnmountedRaw
  2. abstract def key: Option[internal.FacadeExports.Key]
  3. abstract def mapMounted[M2](f: (M) => M2): UnmountedSimple[P, M2]
  4. abstract def mapUnmountedProps[P2](f: (P) => P2): UnmountedSimple[P2, M]
  5. abstract val mountRaw: (ComponentUntyped) => M
  6. abstract def props: Props
  7. abstract def propsChildren: PropsChildren
  8. abstract val raw: Raw
    Definition Classes
    UnmountedRaw
  9. abstract def ref: Option[Ref]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def mountRawOrNull(c: |[ComponentUntyped, Null]): M
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def renderIntoDOM[G[_]](container: facade.ReactDOM.Container, callback: => G[Unit])(implicit G: Dispatch[G]): Mounted
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def vdomElement: VdomElement
    Definition Classes
    UnmountedRaw
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def renderIntoDOM(container: facade.ReactDOM.Container): Mounted
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0 / React v18) Use ReactDOM.createRoot and root.render instead

Inherited from UnmountedRaw

Inherited from AnyRef

Inherited from Any

Ungrouped