Packages

object PortalInner extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PortalInner
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type OnMount = (Any, PortalInnerProps) => Callback
  2. type OnUnmount = (Any, PortalInnerProps) => Callback
  3. trait PortalInnerProps extends Object
    Annotations
    @RawJSType() @native()
  4. type RawOnMount = Function2[Any, PortalInnerProps, Unit]
  5. type RawOnUnmount = Function2[Any, PortalInnerProps, Unit]

Value Members

  1. def apply(modifiers: TagMod*): PortalInner
  2. def props(q: PortalInner): PortalInnerProps
  3. def rawprops(onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, onUnmountE: UndefOr[OnUnmount] = js.undefined, onUnmount: UndefOr[Callback] = js.undefined): PortalInnerProps
  4. object RawComponent extends Object
    Annotations
    @native() @JSImport("semantic-ui-react", "PortalInner")