Packages

final case class PortalInner(child: UndefOr[VdomNode] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, onUnmountE: UndefOr[OnUnmount] = js.undefined, onUnmount: UndefOr[Callback] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[PortalInnerProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentC[PortalInnerProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PortalInner
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentC
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PortalInner(child: UndefOr[VdomNode] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, onUnmountE: UndefOr[OnUnmount] = js.undefined, onUnmount: UndefOr[Callback] = js.undefined, children: ChildrenArgs = Seq.empty)

Value Members

  1. val child: UndefOr[VdomNode]
  2. val children: ChildrenArgs
    Definition Classes
    PortalInner → GenericJsComponentC
  3. def cprops: PortalInnerProps
    Definition Classes
    PortalInner → GenericJsComponentC
  4. val onMount: UndefOr[Callback]
  5. val onMountE: UndefOr[OnMount]
  6. val onUnmount: UndefOr[Callback]
  7. val onUnmountE: UndefOr[OnUnmount]
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def render: Render[PortalInnerProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  10. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[PortalInnerProps, MountedWithRoot[[A]A, PortalInnerProps, Null, Component[PortalInnerProps, Null], PortalInnerProps, Null], PortalInnerProps, MountedWithRoot[[A]A, PortalInnerProps, Null, Component[PortalInnerProps, Null], PortalInnerProps, Null]]
    Definition Classes
    PortalInner → GenericJsComponentC
    Annotations
    @inline()
  11. def withChildren(children: ChildrenArgs): PortalInner
    Definition Classes
    PortalInner → GenericJsComponentC