trait PortalProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- PortalProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract val onUnmount: UndefOr[RawOnUnmount]
Called when the portal is unmounted from the DOM
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: UndefOr[Node]
Primary content.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val closeOnDocumentClick: UndefOr[Boolean]
Controls whether or not the portal should close on a click outside.
- val closeOnEscape: UndefOr[Boolean]
Controls whether or not the portal should close when escape is pressed is displayed.
- 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. - val closeOnTriggerBlur: UndefOr[Boolean]
Controls whether or not the portal should close on blur of the trigger.
- val closeOnTriggerClick: UndefOr[Boolean]
Controls whether or not the portal should close on click of the trigger.
- val closeOnTriggerMouseLeave: UndefOr[Boolean]
Controls whether or not the portal should close when mousing out of the trigger.
- val defaultOpen: UndefOr[Boolean]
Initial value of open.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventPool: UndefOr[String]
Event pool namespace that is used to handle component events.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val mountNode: UndefOr[Any]
The node where the portal should mount.
- val mouseEnterDelay: UndefOr[JsNumber]
Milliseconds to wait before opening on mouse over
- val mouseLeaveDelay: UndefOr[JsNumber]
Milliseconds to wait before closing on mouse leave
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onClose: UndefOr[RawOnClose]
Called when a close event happens
- val onMount: UndefOr[RawOnMount]
Called when the portal is mounted on the DOM
- val onOpen: UndefOr[RawOnOpen]
Called when an open event happens
- val open: UndefOr[Boolean]
Controls whether or not the portal is displayed.
- val openOnTriggerClick: UndefOr[Boolean]
Controls whether or not the portal should open when the trigger is clicked.
- val openOnTriggerFocus: UndefOr[Boolean]
Controls whether or not the portal should open on focus of the trigger.
- val openOnTriggerMouseEnter: UndefOr[Boolean]
Controls whether or not the portal should open when mousing over the trigger.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trigger: UndefOr[Node]
Element to be rendered in-place where the portal is defined.
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()