Packages

trait PortalProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PortalProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val onUnmount: UndefOr[RawOnUnmount]

    Called when the portal is unmounted from the DOM

Concrete 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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val children: UndefOr[Node]

    Primary content.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val closeOnDocumentClick: UndefOr[Boolean]

    Controls whether or not the portal should close on a click outside.

  9. val closeOnEscape: UndefOr[Boolean]

    Controls whether or not the portal should close when escape is pressed is displayed.

  10. val closeOnPortalMouseLeave: UndefOr[Boolean]

    Controls whether or not the portal should close when mousing out of the portal.

    Controls whether or not the portal should close when mousing out of the portal. NOTE: This will prevent closeOnTriggerMouseLeave when mousing over the gap from the trigger to the portal.

  11. val closeOnTriggerBlur: UndefOr[Boolean]

    Controls whether or not the portal should close on blur of the trigger.

  12. val closeOnTriggerClick: UndefOr[Boolean]

    Controls whether or not the portal should close on click of the trigger.

  13. val closeOnTriggerMouseLeave: UndefOr[Boolean]

    Controls whether or not the portal should close when mousing out of the trigger.

  14. val defaultOpen: UndefOr[Boolean]

    Initial value of open.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val eventPool: UndefOr[String]

    Event pool namespace that is used to handle component events.

  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  24. val mountNode: UndefOr[Any]

    The node where the portal should mount.

  25. val mouseEnterDelay: UndefOr[JsNumber]

    Milliseconds to wait before opening on mouse over

  26. val mouseLeaveDelay: UndefOr[JsNumber]

    Milliseconds to wait before closing on mouse leave

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val onClose: UndefOr[RawOnClose]

    Called when a close event happens

  31. val onMount: UndefOr[RawOnMount]

    Called when the portal is mounted on the DOM

  32. val onOpen: UndefOr[RawOnOpen]

    Called when an open event happens

  33. val open: UndefOr[Boolean]

    Controls whether or not the portal is displayed.

  34. val openOnTriggerClick: UndefOr[Boolean]

    Controls whether or not the portal should open when the trigger is clicked.

  35. val openOnTriggerFocus: UndefOr[Boolean]

    Controls whether or not the portal should open on focus of the trigger.

  36. val openOnTriggerMouseEnter: UndefOr[Boolean]

    Controls whether or not the portal should open when mousing over the trigger.

  37. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val trigger: UndefOr[Node]

    Element to be rendered in-place where the portal is defined.

  42. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped