Packages

final case class PortalInner(onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, onUnmountE: UndefOr[OnUnmount] = js.undefined, onUnmount: UndefOr[Callback] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[PortalInnerProps, PortalInner] with Product with Serializable

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

Instance Constructors

  1. new PortalInner(onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, onUnmountE: UndefOr[OnUnmount] = js.undefined, onUnmount: UndefOr[Callback] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): PortalInner
    Definition Classes
    PortalInner → GenericJsComponentAC
  2. val modifiers: Seq[TagMod]
    Definition Classes
    PortalInner → Passthrough
  3. val onMount: UndefOr[Callback]
  4. val onMountE: UndefOr[OnMount]
  5. val onUnmount: UndefOr[Callback]
  6. val onUnmountE: UndefOr[OnUnmount]
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def rawModifiers: (PortalInnerProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  9. def render: Render[PortalInnerProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()