Packages

trait UnmountedWithRoot[P1, M1, P0, M0] extends UnmountedSimple[P1, M1]

Linear Supertypes
UnmountedSimple[P1, M1], UnmountedRaw, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmountedWithRoot
  2. UnmountedSimple
  3. UnmountedRaw
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Mounted = M1
    Definition Classes
    UnmountedSimple
  2. final type Props = P1
    Definition Classes
    UnmountedSimple
  3. abstract type Raw <: Element
    Definition Classes
    UnmountedRaw
  4. abstract type Ref
    Definition Classes
    UnmountedSimple
  5. abstract type Root <: UnmountedRoot[P0, M0]

Abstract Value Members

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

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]): M1
    Definition Classes
    UnmountedSimple
  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
    Definition Classes
    UnmountedSimple
  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
    Definition Classes
    UnmountedSimple
    Annotations
    @deprecated
    Deprecated

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

Inherited from UnmountedSimple[P1, M1]

Inherited from UnmountedRaw

Inherited from AnyRef

Inherited from Any

Ungrouped