Packages

sealed trait UnmountedWithRoot[P1, M1, P0 <: Object, M0] extends UnmountedSimple[P1, M1] with Generic.UnmountedWithRoot[P1, M1, P0, M0]

Linear Supertypes
Generic.UnmountedWithRoot[P1, M1, P0, M0], UnmountedSimple[P1, M1], Generic.UnmountedSimple[P1, M1], UnmountedRaw, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmountedWithRoot
  2. UnmountedWithRoot
  3. UnmountedSimple
  4. UnmountedSimple
  5. UnmountedRaw
  6. AnyRef
  7. 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. final type Raw = ComponentElement[P0]
  4. final type Ref = |[RefFn[ElementRef], RefHandle[Any]]
    Definition Classes
    UnmountedSimpleUnmountedSimple
  5. final type Root = UnmountedWithRoot[P0, M0, P0, M0]
    Definition Classes
    UnmountedWithRootUnmountedWithRoot

Abstract Value Members

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

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

Inherited from UnmountedSimple[P1, M1]

Inherited from Generic.UnmountedSimple[P1, M1]

Inherited from UnmountedRaw

Inherited from AnyRef

Inherited from Any

Ungrouped