sealed trait UnmountedSimple[P, M] extends Generic.UnmountedSimple[P, M]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnmountedSimple
- UnmountedSimple
- UnmountedRaw
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final type Mounted = M
- Definition Classes
- UnmountedSimple
- final type Props = P
- Definition Classes
- UnmountedSimple
- abstract type Raw <: ComponentElement[_ <: Object]
- Definition Classes
- UnmountedSimple → UnmountedRaw
- final type Ref = |[RefFn[ElementRef], RefHandle[Any]]
- Definition Classes
- UnmountedSimple → UnmountedSimple
Abstract Value Members
- abstract def key: Option[internal.FacadeExports.Key]
- Definition Classes
- UnmountedSimple
- abstract def mapMounted[M2](f: (M) => M2): UnmountedSimple[P, M2]
- Definition Classes
- UnmountedSimple → UnmountedSimple
- abstract def mapUnmountedProps[P2](f: (P) => P2): UnmountedSimple[P2, M]
- Definition Classes
- UnmountedSimple → UnmountedSimple
- abstract val mountRaw: (ComponentUntyped) => M
- Definition Classes
- UnmountedSimple
- abstract def props: Props
- Definition Classes
- UnmountedSimple
- abstract def propsChildren: PropsChildren
- Definition Classes
- UnmountedSimple
- abstract val raw: Raw
- Definition Classes
- UnmountedRaw
- abstract def ref: Option[Ref]
- Definition Classes
- UnmountedSimple
Concrete 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
- 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 displayName: String
- Definition Classes
- UnmountedSimple → UnmountedRaw
- 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])
- 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 mountRawOrNull(c: |[ComponentUntyped, Null]): M
- Definition Classes
- UnmountedSimple
- 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()
- def renderIntoDOM[G[_]](container: facade.ReactDOM.Container, callback: => G[Unit])(implicit G: Dispatch[G]): Mounted
- Definition Classes
- UnmountedSimple
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def vdomElement: VdomElement
- Definition Classes
- UnmountedRaw
- 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()
Deprecated Value Members
- 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