c

react.common

ReactPropsWithChildren

class ReactPropsWithChildren[Props] extends ReactComponentProps[Props, PropsAndChildren] with PropsAndChildrenRender[Props]

Linear Supertypes
PropsAndChildrenRender[Props], ReactComponentProps[Props, PropsAndChildren], ReactRender[Props, PropsAndChildren], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactPropsWithChildren
  2. PropsAndChildrenRender
  3. ReactComponentProps
  4. ReactRender
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReactPropsWithChildren(component: Component[Props, _, _, PropsAndChildren])

Type Members

  1. type R = (ChildrenArgs) => VdomElement
    Definition Classes
    PropsAndChildrenRenderReactRender
  2. type UnmountedType[-P, +U] = This[P, U]
    Definition Classes
    ReactComponentProps
  3. type UnmountedTypePU = This[Props, Unmounted[Props, _, _]]
    Definition Classes
    ReactComponentProps

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 addMod(f: ModFn): UnmountedReactComponentProps[Props, UnmountedType]
    Definition Classes
    ReactComponentProps
  5. def apply(first: ChildArg, rest: ChildArg*): VdomElement
    Definition Classes
    PropsAndChildrenRender
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val component: Component[Props, _, _, PropsAndChildren]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val props: Props
    Attributes
    protected[common]
    Definition Classes
    ReactComponentPropsReactRender
  19. lazy val render: (Props) => (ChildrenArgs) => VdomElement
    Definition Classes
    ReactPropsWithChildrenReactRender
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. lazy val toVdomElement: VdomElement
    Definition Classes
    PropsAndChildrenRenderReactRender
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def withKey(k: Long): UnmountedReactComponentProps[Props, UnmountedType]
    Definition Classes
    ReactComponentProps
  27. def withKey(key: Key): UnmountedReactComponentProps[Props, UnmountedType]
    Definition Classes
    ReactComponentProps
  28. def withOptionalRef[S, B](ref: Option[Handle[RawMounted[Props, S, B]]]): ReactComponentProps[Props, PropsAndChildren]
    Definition Classes
    ReactComponentProps
  29. final def withRawProp(name: String, value: Any): UnmountedReactComponentProps[Props, UnmountedType]
    Definition Classes
    ReactComponentProps
  30. def withRef[S, B](ref: Handle[RawMounted[Props, S, B]]): ReactComponentProps[Props, PropsAndChildren]
    Definition Classes
    ReactComponentProps

Inherited from PropsAndChildrenRender[Props]

Inherited from ReactComponentProps[Props, PropsAndChildren]

Inherited from ReactRender[Props, PropsAndChildren]

Inherited from AnyRef

Inherited from Any

Ungrouped