trait PopupProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- PopupProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val basic: UndefOr[Boolean]
Display the popup without the pointing arrow
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val content: UndefOr[SemanticShorthandItemS[PopupContentProps]]
Simple text content for the popover.
- val disabled: UndefOr[Boolean]
A disabled popup only renders its trigger.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventsEnabled: UndefOr[Boolean]
Enables the Popper.js event listeners.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val flowing: UndefOr[Boolean]
A flowing Popup has no maximum width and continues to flow to fit its content.
- 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()
- val header: UndefOr[SemanticShorthandItemS[PopupHeaderProps]]
Header displayed above the content in bold.
- val hideOnScroll: UndefOr[Boolean]
Hide the Popup when scrolling the window.
- val hoverable: UndefOr[Boolean]
Whether the popup should not close on hover.
- val inverted: UndefOr[Boolean]
Invert the colors of the popup
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- 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 offset: UndefOr[|[JsNumber, String]]
Offset value to apply to rendered popup.
Offset value to apply to rendered popup. Accepts the following units: - px or unit-less, interpreted as pixels - %, percentage relative to the length of the trigger element - %p, percentage relative to the length of the popup element - vw, CSS viewport width unit - vh, CSS viewport height unit
- val on: UndefOr[|[String, Array[String]]]
Events triggering the popup.
- val onClose: UndefOr[RawOnClose]
Called when a close event happens.
- val onOpen: UndefOr[RawOnOpen]
Called when an open event happens.
- val pinned: UndefOr[Boolean]
Disables automatic repositioning of the component, it will always be placed according to the position value.
- val popperModifiers: UndefOr[Object]
An object containing custom settings for the Popper.js modifiers.
- val position: UndefOr[String]
Position for the popover.
- val positionFixed: UndefOr[Boolean]
Tells
Popper.js
to use theposition: fixed
strategy to position the popover. - def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val size: UndefOr[SemanticSIZES]
Popup size.
- val style: UndefOr[Object]
Custom Popup style.
- 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 popup 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()
- val wide: UndefOr[|[Boolean, String]]
Popup width.