Packages

trait PopupProps extends Object

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

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. val as: UndefOr[AsT]

    An element type to render as (string or function).

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val basic: UndefOr[Boolean]

    Display the popup without the pointing arrow

  8. val children: UndefOr[Node]

    Primary content.

  9. val className: UndefOr[String]

    Additional classes.

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val content: UndefOr[SemanticShorthandItemS[PopupContentProps]]

    Simple text content for the popover.

  12. val disabled: UndefOr[Boolean]

    A disabled popup only renders its trigger.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val eventsEnabled: UndefOr[Boolean]

    Enables the Popper.js event listeners.

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val flowing: UndefOr[Boolean]

    A flowing Popup has no maximum width and continues to flow to fit its content.

  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val header: UndefOr[SemanticShorthandItemS[PopupHeaderProps]]

    Header displayed above the content in bold.

  22. val hideOnScroll: UndefOr[Boolean]

    Hide the Popup when scrolling the window.

  23. val hoverable: UndefOr[Boolean]

    Whether the popup should not close on hover.

  24. val inverted: UndefOr[Boolean]

    Invert the colors of the popup

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  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 offset: UndefOr[Array[JsNumber]]

    Offset values in px unit to apply to rendered popup.

    Offset values in px unit to apply to rendered popup. The basic offset accepts an array with two numbers in the form [skidding, distance]: - skidding displaces the Popup along the reference element - distance displaces the Popup away from, or toward, the reference element in the direction of its placement. A positive number displaces it further away, while a negative number lets it overlap the reference.

    See also

    https://popper.js.org/docs/v2/modifiers/offset/

  31. val on: UndefOr[|[String, Array[String]]]

    Events triggering the popup.

  32. val onClose: UndefOr[RawOnClose]

    Called when a close event happens.

  33. val onOpen: UndefOr[RawOnOpen]

    Called when an open event happens.

  34. val pinned: UndefOr[Boolean]

    Disables automatic repositioning of the component, it will always be placed according to the position value.

  35. val popper: UndefOr[SemanticShorthandContent]

    A wrapping element for an actual content that will be used for positioning.

  36. val popperModifiers: UndefOr[Object]

    An object containing custom settings for the Popper.js modifiers.

  37. val position: UndefOr[String]

    Position for the popover.

  38. val positionFixed: UndefOr[Boolean]

    Tells Popper.js to use the position: fixed strategy to position the popover.

  39. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  40. val size: UndefOr[SemanticSIZES]

    Popup size.

  41. val style: UndefOr[Object]

    Custom Popup style.

  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toLocaleString(): String
    Definition Classes
    Object
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. val trigger: UndefOr[Node]

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

  46. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  47. def valueOf(): Any
    Definition Classes
    Object
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. val wide: UndefOr[|[Boolean, String]]

    Popup width.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped